moving INI set, so it is set before ready
This commit is contained in:
parent
f5a92cc3a6
commit
767c80342c
|
|
@ -19,7 +19,7 @@ var has_focus = false:
|
|||
self.show()
|
||||
has_focus = focus
|
||||
|
||||
var selection_state
|
||||
var selection_state = INI
|
||||
|
||||
var anim_players:Array
|
||||
var curr_selection_id: int = -1:
|
||||
|
|
@ -46,7 +46,6 @@ func _ready():
|
|||
for control in card_controls:
|
||||
options.append(control.get_child(1))
|
||||
anim_players.append(control.get_child(0))
|
||||
selection_state = INI
|
||||
|
||||
fill_card_slots()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue