eternal-space/objects/obj_level/Create_0.gml
2021-08-01 20:37:02 -04:00

8 lines
143 B
Plaintext

/// @description Insert description here
// You can write your code in this editor
score = 0;
lives = 3;
draw_set_font(fn_text);
randomize();