Implement level 1

Level 1 is now playable; more to be added
This commit is contained in:
Jane Cho
2021-12-08 02:21:21 -06:00
parent 05e04c7db9
commit 6e4284a792
24 changed files with 534 additions and 215 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