so_many_mars/objects/oGame/Draw_64.gml
Tyrel Souza 8854b848bc init
2022-02-21 18:45:19 -05:00

9 lines
222 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
draw_set_font(fntHighSquare);
draw_text(1280/2, 10, clock);
draw_text(1280/2 + 100, 10, kills);
draw_text(1280/2 - 100, 10, oPlayer.hp);