ajout de la traduction #70
* Fix de l'inspection de l'inventaire * Suppression des assets d'objectifs
This commit is contained in:
@@ -8,6 +8,8 @@ func _init():
|
||||
|
||||
@export var tutorial_done = false
|
||||
|
||||
@export var settings : SettingsData = SettingsData.new()
|
||||
|
||||
@export var current_planet_data : PlanetData = PlanetData.new() :
|
||||
set(v):
|
||||
current_planet_data = v
|
||||
|
||||
11
common/game_data/scripts/settings_data.gd
Normal file
11
common/game_data/scripts/settings_data.gd
Normal file
@@ -0,0 +1,11 @@
|
||||
extends Resource
|
||||
class_name SettingsData
|
||||
|
||||
const AVAILABLE_LANGUAGES = [
|
||||
"en",
|
||||
"fr",
|
||||
]
|
||||
const AVAILABLE_LANGUAGES_LABEL = [
|
||||
"English",
|
||||
"Français",
|
||||
]
|
||||
1
common/game_data/scripts/settings_data.gd.uid
Normal file
1
common/game_data/scripts/settings_data.gd.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://babsy24iv5yox
|
||||
Reference in New Issue
Block a user