Bee flying animation, dancing drone

This commit is contained in:
Dan Baker 2024-05-03 20:39:41 +01:00
parent 7c3bca07f9
commit bce75a9a97
13 changed files with 154 additions and 21 deletions

View file

@ -3,7 +3,7 @@ class_name BeeIdle
@export var animator : AnimationPlayer
@onready var bee = get_parent().get_parent() # I think this is bad but I dont care it works
@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