mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-14 22:26:46 -05:00
Switcharoo to Gee Emm 2.3
This commit is contained in:
@@ -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));
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
}
|
||||
Reference in New Issue
Block a user