ajout de la traduction #70

* Fix de l'inspection de l'inventaire
* Suppression des assets d'objectifs
This commit is contained in:
2025-11-07 17:36:18 +01:00
parent ed675ed532
commit a8bb09407e
91 changed files with 485 additions and 872 deletions

View File

@@ -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

View File

@@ -0,0 +1,11 @@
extends Resource
class_name SettingsData
const AVAILABLE_LANGUAGES = [
"en",
"fr",
]
const AVAILABLE_LANGUAGES_LABEL = [
"English",
"Français",
]

View File

@@ -0,0 +1 @@
uid://babsy24iv5yox

View File

@@ -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