diff --git a/objects/QuestionGUI/.Draw_64.gml.swp b/objects/QuestionGUI/.Draw_64.gml.swp deleted file mode 100644 index 8a5efea..0000000 Binary files a/objects/QuestionGUI/.Draw_64.gml.swp and /dev/null differ diff --git a/objects/QuestionGUI/KeyPress_1.gml b/objects/QuestionGUI/KeyPress_1.gml index 8dce1fa..c39b142 100644 --- a/objects/QuestionGUI/KeyPress_1.gml +++ b/objects/QuestionGUI/KeyPress_1.gml @@ -1,6 +1,4 @@ -if keyboard_check(ord("1")) -{ - switch (keyboard_key) +switch (keyboard_key) { case ord("1"): case ord("2"): @@ -9,5 +7,4 @@ if keyboard_check(ord("1")) instance_destroy() instance_create_layer(0,0,"Instances", QuestionGUI) break; - } -} \ No newline at end of file + } \ No newline at end of file diff --git a/options/main/options_main.yy b/options/main/options_main.yy index a0ecc2f..b4d8ca3 100644 --- a/options/main/options_main.yy +++ b/options/main/options_main.yy @@ -1,5 +1,6 @@ { "option_gameguid": "b3b27d68-2980-46ba-82f5-3bdbdf1dfca7", + "option_gameid": "0", "option_game_speed": 60, "option_mips_for_3d_textures": false, "option_draw_colour": 4294967295, @@ -9,6 +10,9 @@ "option_author": "", "option_lastchanged": "", "option_spine_licence": false, + "option_template_image": "${base_options_dir}/main/template_image.png", + "option_template_icon": "${base_options_dir}/main/template_icon.png", + "option_template_description": null, "resourceVersion": "1.2", "name": "Main", "tags": [],