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
|
||||
@@ -12,8 +12,8 @@ dest_files=["res://.godot/imported/ambiance_phase_3.ogg-b221fd161951d0874f6a08d4
|
||||
|
||||
[params]
|
||||
|
||||
loop=true
|
||||
loop_offset=0.0
|
||||
bpm=0.0
|
||||
loop=false
|
||||
loop_offset=0
|
||||
bpm=0
|
||||
beat_count=0
|
||||
bar_beats=4
|
||||
|
||||
Reference in New Issue
Block a user