removed obsolete functions and corrected menu function
This commit is contained in:
parent
5f73e61b87
commit
7f156d412a
|
@ -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()
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue