fix: repair parallax collisions and add play guide
This commit is contained in:
@@ -21,6 +21,10 @@ script = ExtResource("1_ground_background")
|
||||
[node name="GroundAnchor" type="Marker2D" parent="."]
|
||||
position = Vector2(2047, 560)
|
||||
|
||||
[node name="SkyParallaxLayer" type="Node2D" parent="."]
|
||||
position = Vector2(896.5, 0)
|
||||
z_index = -11
|
||||
|
||||
[node name="ArtLayer" type="Node2D" parent="."]
|
||||
position = Vector2(896.5, 0)
|
||||
z_index = -10
|
||||
@@ -56,4 +60,4 @@ position = Vector2(3213.5, 150)
|
||||
collision_mask = 0
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="RightBoundaryBody"]
|
||||
shape = SubResource("RectangleShape2D_right_boundary")
|
||||
shape = SubResource("RectangleShape2D_right_boundary")
|
||||
|
||||
Reference in New Issue
Block a user