starting work on final boss fight

This commit is contained in:
Haze Weathers 2023-11-21 21:23:20 -05:00
parent 34a466ae71
commit 6888928fbb
8 changed files with 222 additions and 96 deletions

View file

@ -25,7 +25,8 @@ var _time: float = 0.0
func _process(delta):
# rotation lock
if not is_nan(rotation_lock):
global_rotation_degrees = rotation_lock
set_deferred("global_rotation_degrees", rotation_lock)
# global_rotation_degrees = rotation_lock
# do not animate if paused
if stopped:
return