removing animation player reference

This commit is contained in:
Dan Baker 2024-05-03 20:50:28 +01:00
parent bce75a9a97
commit 76e7ec7ec7

View file

@ -1,8 +1,6 @@
extends State
class_name BeeIdle
@export var animator : AnimationPlayer
@onready var bee = get_parent().get_parent() as Bee # I think this is bad but I dont care it works
var idle_time : float = 0.0