Lots of polish things and wrapping up all three levels

This commit is contained in:
Nathan Anderson
2022-08-08 15:32:57 -06:00
parent c7d42e09ce
commit 09eada305d
176 changed files with 3068 additions and 403 deletions
+2 -2
View File
@@ -30,7 +30,7 @@ animations = [ {
radius = 13.0
height = 10.0001
[node name="Player" type="KinematicBody2D"]
[node name="Player" type="KinematicBody2D" groups=["pausable"]]
collision_mask = 7
script = ExtResource( 9 )
ACCELERATION = 2000
@@ -56,5 +56,5 @@ position = Vector2( 0, -111 )
scale = Vector2( 3, 3 )
texture = ExtResource( 11 )
[node name="GUI" parent="." instance=ExtResource( 12 )]
[node name="GUI" parent="." groups=["pausable"] instance=ExtResource( 12 )]
position = Vector2( -640, -481 )