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

6
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_write_real("Ta","Hi",global.hi)
ini_close()
screen_redraw()
sleep(500)
//screen_redraw()
//sleep(500)
game_restart()
}

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

4
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
}
}
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

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

0
tinygirl.yyp Executable file → Normal file
View File