lots of updates (really need to work on atomic commits)

This commit is contained in:
ultrablob 2025-02-09 09:33:36 -05:00
parent c718935902
commit 4945aeb799
25 changed files with 237 additions and 119 deletions

View file

@ -56,6 +56,8 @@ func fire_laser():
tween.tween_callback(set_laser_texture.bind(idle_texture))
tween.tween_callback($Body.play.bind("idle"))
tween.tween_property(self, "speed", 750, 0)
await tween.finished
$AbilityRechargeFX.play()