Skip to content

Commit

Permalink
fix: player_start needed to be where the level description is
Browse files Browse the repository at this point in the history
  • Loading branch information
Balloonpopper authored and StraToN committed Mar 10, 2022
1 parent febfd46 commit 061ff91
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions game/rooms/room07/room07.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -1083,12 +1083,9 @@ margin_bottom = 585.0
custom_fonts/font = ExtResource( 5 )
text = "This trigger activates when
player walks out only"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="player_start" type="Position2D" parent="."]
position = Vector2( 1655, 1132 )
position = Vector2( 128, 1162 )
script = ExtResource( 8 )
global_id = "r7_player_start"
is_start_location = true
Expand Down

0 comments on commit 061ff91

Please sign in to comment.