merge daniel-hell-level branch into main

This commit is contained in:
2021-12-08 20:43:20 -06:00
17 changed files with 542 additions and 158 deletions

View File

@@ -182,7 +182,9 @@ graph_offset = Vector2( -3591.37, -302.6 )
[sub_resource type="AnimationNodeStateMachinePlayback" id=14]
[node name="Player" type="KinematicBody2D" groups=["player"]]
[node name="Player" type="KinematicBody2D" groups=[
"player",
]]
collision_layer = 2
script = ExtResource( 1 )
@@ -198,10 +200,12 @@ visible = false
rotation = 1.5708
shape = SubResource( 2 )
[node name="Hitbox" type="Area2D" parent="." groups=["player_hitbox"]]
[node name="Hitbox" type="Area2D" parent="." groups=[
"player_hitbox",
]]
input_pickable = false
collision_layer = 2
collision_mask = 4
input_pickable = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="Hitbox"]
visible = false