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_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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue