Skip to content

Commit 4b7aee1

Browse files
author
Ross McLean
committed
Randomise game seed
1 parent c28c262 commit 4b7aee1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

objects/obj_game/Create_0.gml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ score = 0;
55
lives = 3;
66

77
// Set game font
8-
draw_set_font(fnt_text);
8+
draw_set_font(fnt_text);
9+
10+
randomize();

0 commit comments

Comments
 (0)