boss update
This commit is contained in:
parent
bb871371b6
commit
f7d034147d
15 changed files with 577 additions and 79 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue