From b53968e9cf4edb6d5cc18063d0bf631b1cae0e91 Mon Sep 17 00:00:00 2001 From: Haze Weathers Date: Thu, 9 Feb 2023 19:29:32 -0500 Subject: [PATCH] fix spawn point in mountain --- maps/mountain.tscn | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/maps/mountain.tscn b/maps/mountain.tscn index 8ede5ea..5a0290e 100644 --- a/maps/mountain.tscn +++ b/maps/mountain.tscn @@ -30,8 +30,8 @@ [sub_resource type="RectangleShape2D" id=2] extents = Vector2( 20, 20 ) -[sub_resource type="RectangleShape2D" id=3] -extents = Vector2( 12, 8 ) +[sub_resource type="RectangleShape2D" id=9] +extents = Vector2( 32, 8 ) [sub_resource type="RectangleShape2D" id=7] extents = Vector2( 36, 4 ) @@ -530,7 +530,7 @@ __meta__ = { } [node name="RespawnPoint2" parent="Respawns" instance=ExtResource( 25 )] -position = Vector2( 160, 8 ) +position = Vector2( 160, 16 ) __meta__ = { "_edit_group_": true, "_edit_lock_": true @@ -538,8 +538,8 @@ __meta__ = { match_v = false [node name="CollisionShape2D" type="CollisionShape2D" parent="Respawns/RespawnPoint2"] -position = Vector2( -4, 0 ) -shape = SubResource( 3 ) +position = Vector2( 16, 0 ) +shape = SubResource( 9 ) __meta__ = { "_edit_lock_": true }