goose_talk function now passes index_frame attribute to set which phrase
will display from the spritesheet.
This commit is contained in:
parent
e3c384c3cd
commit
462b0fc4b0
7 changed files with 16 additions and 13 deletions
|
|
@ -42,7 +42,7 @@ func start():
|
|||
$Ship.show()
|
||||
position = Vector2(screensize.x / 2, screensize.y)
|
||||
var tween = create_tween()
|
||||
tween.tween_property(self, "position:y", 48 * -1, .75).as_relative()
|
||||
tween.tween_property(self, "position:y", 120 * -1, 1).as_relative()
|
||||
await tween.finished
|
||||
$GunCooldown.wait_time = cooldown
|
||||
set_shield(max_shield)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue