7 lines
247 B
Plaintext
7 lines
247 B
Plaintext
|
draw_set_font(fn_text)
|
||
|
draw_text(300,150+25,string_hash_to_newline("Game start"))
|
||
|
draw_text(300,150+50,string_hash_to_newline("Settings"))
|
||
|
draw_text(300,150+75,string_hash_to_newline("Exit"))
|
||
|
draw_sprite(spr_shot,0,260,175+12+25*menuselect)
|
||
|
|