9 lines
222 B
Plaintext
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);
|
|
|