extends Plant @onready var gun: Sprite2D = $Gun func _ready(): super() func _process(delta): super(delta)