10 lines
No EOL
168 B
Text
10 lines
No EOL
168 B
Text
/// @description Insert description here
|
|
// You can write your code in this editor
|
|
|
|
highscore = 0;
|
|
score = 0;
|
|
lives = 3;
|
|
|
|
draw_set_font(fn_text);
|
|
|
|
randomize(); |