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

15 lines
609 B
Plaintext

draw_set_color(c_white)
draw_set_halign(fa_center)
draw_text(240,40,string_hash_to_newline("It seems that that flower was just"))
draw_text(240,70,string_hash_to_newline("protecting itself, just as those bees"))
draw_text(240,100,string_hash_to_newline("were... I'm an anomaly here, and"))
draw_text(240,130,string_hash_to_newline("there is really nothing more for me."))
draw_text(240,190,string_hash_to_newline("Final score:"))
draw_text(240,220,string_hash_to_newline(score))
draw_text(240,280,string_hash_to_newline("Press Z to continue"))
draw_set_halign(fa_left)
draw_set_color(c_black)