correction for missing variable

This commit is contained in:
Adrien Ufferte
2025-06-14 17:29:24 +02:00
parent 5cad46514d
commit 510004e0a7
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ const _SYMBOLS_TO_STRING: Dictionary[String, String] = {
"§" : "para"
}
const BASE_PATH: String = "user://language_resources/"
const TRACING_DATA_FOLDER: String = "tracing_data/"
const LOOK_AND_LEARN_IMAGES: String = "/look_and_learn/images/"
const LOOK_AND_LEARN_SOUNDS: String = "/look_and_learn/sounds/"
const LOOK_AND_LEARN_VIDEOS: String = "/look_and_learn/video/"