Improve prestige and add ascension as currency
This commit is contained in:
@@ -21,8 +21,8 @@ class GoalRow extends RefCounted:
|
||||
requirements_label = requirements
|
||||
button = unlock_button
|
||||
|
||||
@onready var _summary_label: Label = $MarginContainer/VBoxContainer/SummaryLabel
|
||||
@onready var _goals_list: VBoxContainer = $MarginContainer/VBoxContainer/ScrollContainer/GoalsList
|
||||
@onready var _summary_label: Label = $MarginContainer/ScrollContainer/VBoxContainer/SummaryLabel
|
||||
@onready var _goals_list: VBoxContainer = $MarginContainer/ScrollContainer/VBoxContainer/ScrollContainer/GoalsList
|
||||
@onready var game_state: LevelGameState = find_parent("LevelGameState")
|
||||
|
||||
var _loaded_goals: Array[GoalDefinition] = []
|
||||
|
||||
Reference in New Issue
Block a user