boss update

This commit is contained in:
Ultrablob 2024-04-29 16:27:25 -04:00
parent bb871371b6
commit f7d034147d
15 changed files with 577 additions and 79 deletions

View file

@ -1,5 +1,5 @@
extends CollisionShape2D
extends Node2D
# Called every physics frame. 'delta' is the elapsed time since the previous frame.
func _physics_process(delta):
func _process(delta):
global_rotation = 0