forked from team-sg/hero-mark-2
starting work on final boss fight
This commit is contained in:
parent
34a466ae71
commit
6888928fbb
8 changed files with 222 additions and 96 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue