système de sauvegarde, scène 3D de test sur la base astra et passage en forward+

This commit is contained in:
2026-02-06 10:28:36 +01:00
parent 83d462f2f4
commit cc421a951f
97 changed files with 2138 additions and 1007 deletions

View File

@@ -3,6 +3,8 @@ class_name PlantMutation
@export var level : int = 1
var name : String : get = get_mutation_name
func _init(_level : int = 1):
level = _level
@@ -65,8 +67,7 @@ func card_section() -> CardSectionInfo:
"[b]%s[/b] %s" % [tr(PlantMutation.get_rarity_text(get_rarity())), get_mutation_description()]
)
section.title_color = PlantMutation.get_rarity_color(get_rarity())
section.title_colored = true
section.color = PlantMutation.get_rarity_color(get_rarity())
section.title_icon = get_icon()
return section