initial commit

This commit is contained in:
Ultrablob 2024-04-16 20:29:45 -04:00
commit e446938ba7
74 changed files with 3212 additions and 0 deletions

5
LockedRotation.gd Normal file
View 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