(6.0.0) Configuration - JujuAdams/ScribbleOldDocs GitHub Wiki
Scribble has two scripts that are used to configure the library. You should edit these scripts to customise Scribble for your own purposes.
__scribble_macros()
contains static properties that control various internal behaviours. It is not necessary to call __scribble_macros()
in your code at any point (macros are handled at compile time by GameMaker).
scribble_reset()
resets Scribble's state to whatever values are held inside this script. This function is called once by scribble_init()
to initialise the library, and you can (and should!) use it yourself whenever resetting the draw state.