Add more menus and endless mode

This commit is contained in:
Andrew Trieu
2025-04-20 22:37:10 +03:00
committed by Andrew Trieu
parent d2beb3540a
commit 2f75df211f
44 changed files with 651 additions and 65 deletions

View File

@@ -0,0 +1,5 @@
function save_high_score() {
var file = file_text_open_write("highscore.dat");
file_text_write_string(file, global.high_score);
file_text_close(file);
}

View File

@@ -0,0 +1,13 @@
{
"$GMScript":"v1",
"%Name":"save_high_score",
"isCompatibility":false,
"isDnD":false,
"name":"save_high_score",
"parent":{
"name":"Scripts",
"path":"folders/Scripts.yy",
},
"resourceType":"GMScript",
"resourceVersion":"2.0",
}