mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
added springs
This commit is contained in:
parent
62762082f7
commit
e08c2c3ef2
19 changed files with 201 additions and 16 deletions
4
Pegs/Yellow/Powerups/Spring/Spring.gd
Normal file
4
Pegs/Yellow/Powerups/Spring/Spring.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends Sprite
|
||||
|
||||
func animate():
|
||||
$AnimationPlayer.play("Spring")
|
||||
Loading…
Add table
Add a link
Reference in a new issue