added pipes and interact blocks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
extends RigidBody2D
|
||||
|
||||
@onready var animated_sprite_2d = $AnimatedSprite2D
|
||||
|
||||
func _ready():
|
||||
animated_sprite_2d.play("default")
|
||||
|
||||
func _on_activate_body_entered(body):
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user