fix bug world a little

This commit is contained in:
Haze Weathers 2024-02-27 20:13:12 -05:00
parent 39fdf11807
commit 90d0ec86c0
4 changed files with 21 additions and 12 deletions

View file

@ -31,7 +31,7 @@
[ext_resource path="res://maps/bug_teleporter.gd" type="Script" id=29]
[sub_resource type="RectangleShape2D" id=2]
extents = Vector2( 8, 4 )
extents = Vector2( 7.5, 20 )
[sub_resource type="RectangleShape2D" id=3]
extents = Vector2( 224, 36 )
@ -75,7 +75,7 @@ position = Vector2( 24, 176 )
position = Vector2( 752, 8 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
position = Vector2( 8, 4 )
position = Vector2( 8.5, 20 )
shape = SubResource( 2 )
[node name="Area2D" type="Area2D" parent="."]