removed obsolete functions and corrected menu function

This commit is contained in:
magicalfeyfenny 2021-07-11 17:45:35 -04:00
parent 5f73e61b87
commit 7f156d412a
5 changed files with 5 additions and 5 deletions

4
objects/obj_hud/Step_2.gml Executable file → Normal file
View File

@ -5,8 +5,8 @@ if global.death = 1
ini_open("tinygirl.ini") ini_open("tinygirl.ini")
ini_write_real("Ta","Hi",global.hi) ini_write_real("Ta","Hi",global.hi)
ini_close() ini_close()
screen_redraw() //screen_redraw()
sleep(500) //sleep(500)
game_restart() game_restart()
} }

0
objects/obj_hud/obj_hud.yy Executable file → Normal file
View File

2
objects/obj_title/Step_0.gml Executable file → Normal file
View File

@ -20,7 +20,7 @@ if keyboard_check(vk_down) and timer >= 6
menuselect = 0 menuselect = 0
} }
} }
if keyboard_check(ord("Z")) and tagged = 0 if keyboard_check_pressed(ord("Z")) and tagged = 0
{ {
tagged = 1 tagged = 1
switch menuselect switch menuselect

0
objects/obj_title/obj_title.yy Executable file → Normal file
View File

0
tinygirl.yyp Executable file → Normal file
View File