ludum-dare-23/objects/obj_title/Draw_0.gml

7 lines
247 B
Plaintext
Executable File

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)