mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-19 00:20:20 +02:00
Added banana animation
This commit is contained in:
8
src/Objects/Banana/Banana.gd
Normal file
8
src/Objects/Banana/Banana.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends AnimatedSprite
|
||||
|
||||
func _ready():
|
||||
play("place")
|
||||
|
||||
|
||||
func _on_Hurtbox_area_entered(area):
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user