forked from team-sg/hero-mark-2
fix spawn point in mountain
This commit is contained in:
parent
4acc339917
commit
b53968e9cf
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue