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

@@ -4,11 +4,10 @@ class_name Knife
const KNIFE_ZONE_RADIUS = 10
func get_item_name() -> String:
return "Knife"
return tr("KNIFE")
func get_description() -> String:
return "Use it to harvest mature plants. Do not cost energy."
return tr("KNIFE_DESC_TEXT")
func get_energy_used() -> int:
return 0