Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -1,2 +1,6 @@
global.counter = get_string("Set Counter:", global.counter);
counter_update();
function counter_set() {
global.counter = get_string("Set Counter:", global.counter);
counter_update();
}

View File

@@ -1,8 +1,12 @@
{
"id": "f1e445e1-be26-e33a-7ab0-ce20a37f3677",
"modelName": "GMScript",
"mvc": "1.0",
"name": "counter_set",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "counter_set",
"tags": [],
"resourceType": "GMScript",
}