Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -0,0 +1,12 @@
// Saving
if (!savedata_write("Navigation", "Current Box", global.current_box))
show_debug_message("ERROR: Can't save scrolling. Save file somehow went missing.");
// Warp
scroll_warp();
button_update_all();
show_debug_message("Scrolled to Box "+string(global.current_box));

View File

@@ -0,0 +1,8 @@
{
"id": "701dbc4b-3261-4a12-a362-bf85c0b5b11d",
"modelName": "GMScript",
"mvc": "1.0",
"name": "scroll_do",
"IsCompatibility": false,
"IsDnD": false
}