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,12 +1,17 @@
// Saving
function scroll_do() {
// Saving
if (!savedata_write("Navigation", "Current Box", global.current_box))
show_debug_message("ERROR: Can't save scrolling. Save file somehow went missing.");
if (!savedata_write("Navigation", "Current Box", global.current_box))
show_debug_message("ERROR: Can't save scrolling. Save file somehow went missing.");
// Warp
// Warp
scroll_warp();
scroll_warp();
button_update_all();
button_update_all();
show_debug_message("Scrolled to Box "+string(global.current_box));
show_debug_message("Scrolled to Box "+string(global.current_box));
}

View File

@@ -1,8 +1,12 @@
{
"id": "701dbc4b-3261-4a12-a362-bf85c0b5b11d",
"modelName": "GMScript",
"mvc": "1.0",
"name": "scroll_do",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "scroll_do",
"tags": [],
"resourceType": "GMScript",
}