mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-03-22 09:44:16 -05:00
5 lines
170 B
Plaintext
5 lines
170 B
Plaintext
gml_pragma( "global", "__init_global();");
|
|
|
|
// set any global defaults
|
|
layer_force_draw_depth(true,0); // force all layers to draw at depth 0
|
|
draw_set_colour( c_black ); |