We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28c262 commit 4b7aee1Copy full SHA for 4b7aee1
objects/obj_game/Create_0.gml
@@ -5,4 +5,6 @@ score = 0;
5
lives = 3;
6
7
// Set game font
8
-draw_set_font(fnt_text);
+draw_set_font(fnt_text);
9
+
10
+randomize();
0 commit comments