mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-27 04:54:29 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
9
Project/scripts/__init_global/__init_global.gml
Normal file
9
Project/scripts/__init_global/__init_global.gml
Normal file
@@ -0,0 +1,9 @@
|
||||
function __init_global() {
|
||||
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 );
|
||||
|
||||
|
||||
}
|
||||
12
Project/scripts/__init_global/__init_global.yy
Normal file
12
Project/scripts/__init_global/__init_global.yy
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"isDnD": false,
|
||||
"isCompatibility": true,
|
||||
"parent": {
|
||||
"name": "compatibility",
|
||||
"path": "folders/Scripts/compatibility.yy",
|
||||
},
|
||||
"resourceVersion": "1.0",
|
||||
"name": "__init_global",
|
||||
"tags": [],
|
||||
"resourceType": "GMScript",
|
||||
}
|
||||
Reference in New Issue
Block a user