eternal-space/objects/obj_level/Create_0.gml
array-in-a-matrix 01304902bc code stuff
2021-08-02 13:17:58 -04:00

10 lines
168 B
Plaintext

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