From 5edfb8bfbee68c2ae7fda4cdf682ecb2fb748fab Mon Sep 17 00:00:00 2001 From: rom Date: Mon, 26 Apr 2021 22:39:52 +0200 Subject: random --- components/Settings.gd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'components') diff --git a/components/Settings.gd b/components/Settings.gd index c652b16..3bcb1a4 100644 --- a/components/Settings.gd +++ b/components/Settings.gd @@ -9,6 +9,8 @@ var difficulty = Difficulty.EASY ########## # LOADER # ########## +func _ready(): + randomize() onready var _file = File.new() const _SETTINGS_PATH = "user://settings.json" -- cgit