Ensure proper initialization of all Arrays and Dictionaries

This commit is contained in:
Adrien Ufferte
2025-05-05 10:52:37 +02:00
parent a6c37a7f0b
commit 0bfead86e0
53 changed files with 100 additions and 101 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const supported_locales: Array[String] = [
print("DeviceSettings: language SET: " + TranslationServer.get_locale())
@export var teacher : String
@export var device_id : int
@export var language_versions: Dictionary # locale : datetime
@export var language_versions: Dictionary = {} # locale : datetime
@export var master_volume: float = 0.0 :
set(volume):