forked from team-sg/hero-mark-2
fix bug world a little
This commit is contained in:
parent
39fdf11807
commit
90d0ec86c0
4 changed files with 21 additions and 12 deletions
|
@ -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="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue