From 7f156d412a64aa09c7d75d4e12067d7e6782887f Mon Sep 17 00:00:00 2001 From: magicalfeyfenny Date: Sun, 11 Jul 2021 17:45:35 -0400 Subject: [PATCH] removed obsolete functions and corrected menu function --- objects/obj_hud/Step_2.gml | 6 +++--- objects/obj_hud/obj_hud.yy | 0 objects/obj_title/Step_0.gml | 4 ++-- objects/obj_title/obj_title.yy | 0 tinygirl.yyp | 0 5 files changed, 5 insertions(+), 5 deletions(-) mode change 100755 => 100644 objects/obj_hud/Step_2.gml mode change 100755 => 100644 objects/obj_hud/obj_hud.yy mode change 100755 => 100644 objects/obj_title/Step_0.gml mode change 100755 => 100644 objects/obj_title/obj_title.yy mode change 100755 => 100644 tinygirl.yyp diff --git a/objects/obj_hud/Step_2.gml b/objects/obj_hud/Step_2.gml old mode 100755 new mode 100644 index a7e4a4a..2bb48a7 --- a/objects/obj_hud/Step_2.gml +++ b/objects/obj_hud/Step_2.gml @@ -5,8 +5,8 @@ if global.death = 1 ini_open("tinygirl.ini") ini_write_real("Ta","Hi",global.hi) ini_close() - screen_redraw() - sleep(500) + //screen_redraw() + //sleep(500) game_restart() } - + diff --git a/objects/obj_hud/obj_hud.yy b/objects/obj_hud/obj_hud.yy old mode 100755 new mode 100644 diff --git a/objects/obj_title/Step_0.gml b/objects/obj_title/Step_0.gml old mode 100755 new mode 100644 index db027a2..1a217fe --- a/objects/obj_title/Step_0.gml +++ b/objects/obj_title/Step_0.gml @@ -20,7 +20,7 @@ if keyboard_check(vk_down) and timer >= 6 menuselect = 0 } } -if keyboard_check(ord("Z")) and tagged = 0 +if keyboard_check_pressed(ord("Z")) and tagged = 0 { tagged = 1 switch menuselect @@ -39,4 +39,4 @@ if keyboard_check(ord("Z")) and tagged = 0 } } timer += 1 - + diff --git a/objects/obj_title/obj_title.yy b/objects/obj_title/obj_title.yy old mode 100755 new mode 100644 diff --git a/tinygirl.yyp b/tinygirl.yyp old mode 100755 new mode 100644