15 lines
644 B
Plaintext
15 lines
644 B
Plaintext
draw_set_color(c_white)
|
|
draw_set_halign(fa_center)
|
|
draw_text(240,40,string_hash_to_newline("Where... where am I?"))
|
|
draw_text(240,70,string_hash_to_newline("This jungle... it looks vast... and..."))
|
|
draw_text(240,100,string_hash_to_newline("whoa! That bug looked enormous!"))
|
|
draw_text(240,130,string_hash_to_newline("I'd better get to a high vantage point!"))
|
|
|
|
draw_text(240,190,string_hash_to_newline("Arrow keys - move"))
|
|
draw_text(240,220,string_hash_to_newline("Z - shoot | X - bomb | C - switch directions"))
|
|
|
|
draw_text(240,280,string_hash_to_newline("Press Z to continue"))
|
|
draw_set_halign(fa_left)
|
|
draw_set_color(c_black)
|
|
|