fix spawn point in mountain

This commit is contained in:
Haze Weathers 2023-02-09 19:29:32 -05:00
parent 4acc339917
commit b53968e9cf

View file

@ -30,8 +30,8 @@
[sub_resource type="RectangleShape2D" id=2] [sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 20, 20 ) extents = Vector2( 20, 20 )
[sub_resource type="RectangleShape2D" id=3] [sub_resource type="RectangleShape2D" id=9]
extents = Vector2( 12, 8 ) extents = Vector2( 32, 8 )
[sub_resource type="RectangleShape2D" id=7] [sub_resource type="RectangleShape2D" id=7]
extents = Vector2( 36, 4 ) extents = Vector2( 36, 4 )
@ -530,7 +530,7 @@ __meta__ = {
} }
[node name="RespawnPoint2" parent="Respawns" instance=ExtResource( 25 )] [node name="RespawnPoint2" parent="Respawns" instance=ExtResource( 25 )]
position = Vector2( 160, 8 ) position = Vector2( 160, 16 )
__meta__ = { __meta__ = {
"_edit_group_": true, "_edit_group_": true,
"_edit_lock_": true "_edit_lock_": true
@ -538,8 +538,8 @@ __meta__ = {
match_v = false match_v = false
[node name="CollisionShape2D" type="CollisionShape2D" parent="Respawns/RespawnPoint2"] [node name="CollisionShape2D" type="CollisionShape2D" parent="Respawns/RespawnPoint2"]
position = Vector2( -4, 0 ) position = Vector2( 16, 0 )
shape = SubResource( 3 ) shape = SubResource( 9 )
__meta__ = { __meta__ = {
"_edit_lock_": true "_edit_lock_": true
} }