so_many_mars/objects/oGame/Draw_64.gml

9 lines
222 B
Plaintext
Raw Normal View History

2022-02-21 23:45:19 +00:00
/// @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);