système de sauvegarde, scène 3D de test sur la base astra et passage en forward+
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user