Added shoot-to-start game code, re-ordered starting sequence using
"playing" variable.
This commit is contained in:
parent
099440d27f
commit
ec7a84c252
4 changed files with 33 additions and 11 deletions
1
ui.gd
1
ui.gd
|
|
@ -34,5 +34,6 @@ func _on_initialize_shieldbar():
|
|||
print("Shieldbar Initializing!")
|
||||
var tween = create_tween()
|
||||
tween.tween_property(shield_bar, "value", 100, .25).set_trans(Tween.TRANS_LINEAR)
|
||||
await tween.finished
|
||||
print_debug("Tweens played!")
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue