extends Plant @onready var gun: Gun = $Gun func _ready(): super() gun.should_rotate = true#false func _process(delta): super(delta)