initial commit
This commit is contained in:
commit
e446938ba7
74 changed files with 3212 additions and 0 deletions
5
LockedRotation.gd
Normal file
5
LockedRotation.gd
Normal file
|
@ -0,0 +1,5 @@
|
|||
extends CollisionShape2D
|
||||
|
||||
# Called every physics frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _physics_process(delta):
|
||||
global_rotation = 0
|
Loading…
Add table
Add a link
Reference in a new issue