mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
first commit
This commit is contained in:
commit
fafcbd1530
223 changed files with 107395 additions and 0 deletions
11
Pegs/Green/GreenPegAnimationPlayer.gd
Normal file
11
Pegs/Green/GreenPegAnimationPlayer.gd
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
extends AnimationPlayer
|
||||
|
||||
|
||||
# Declare member variables here. Examples:
|
||||
# var a = 2
|
||||
# var b = "text"
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready():
|
||||
play("GetBigger")
|
||||
Loading…
Add table
Add a link
Reference in a new issue