add standalone compatibility for card picker
This commit is contained in:
parent
8d607e5c89
commit
796b7d12c8
|
|
@ -62,6 +62,10 @@ func _ready():
|
||||||
for id in range(Scenes.id.YOUTH_DRAEVEN, Scenes.id.YOUTH_JUI_JUTSU + 1):
|
for id in range(Scenes.id.YOUTH_DRAEVEN, Scenes.id.YOUTH_JUI_JUTSU + 1):
|
||||||
Scenes.sign_up_for_sequence(pick_cards, id, 1)
|
Scenes.sign_up_for_sequence(pick_cards, id, 1)
|
||||||
|
|
||||||
|
if get_tree().root == self.get_parent():
|
||||||
|
pick_cards(0, false)
|
||||||
|
State.take_stage(self)
|
||||||
|
|
||||||
reset()
|
reset()
|
||||||
|
|
||||||
func reset():
|
func reset():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue