forked from team-sg/hero-mark-2
added grabbable sides to ladders
This commit is contained in:
parent
014d8e9a78
commit
bddfcc0267
8 changed files with 77 additions and 21 deletions
|
@ -100,11 +100,25 @@ scale = Vector2( 1, 3 )
|
|||
|
||||
[node name="Ladder2" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 216, 40 )
|
||||
scale = Vector2( 1, 9 )
|
||||
|
||||
[node name="Ladder11" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 216, 48 )
|
||||
can_climb_right = false
|
||||
|
||||
[node name="Ladder9" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 216, 56 )
|
||||
scale = Vector2( 1, 7 )
|
||||
|
||||
[node name="Ladder4" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 352, 40 )
|
||||
scale = Vector2( 1, 4 )
|
||||
|
||||
[node name="Ladder13" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 352, 48 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="Ladder12" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 352, 56 )
|
||||
scale = Vector2( 1, 2 )
|
||||
|
||||
[node name="Ladder5" parent="Platforms" instance=ExtResource( 1 )]
|
||||
position = Vector2( 464, 24 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue