mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
3 lines
58 B
GDScript
3 lines
58 B
GDScript
extends AnimationPlayer
|
|
func _ready():
|
|
play("GetBigger")
|