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
|
@ -99,14 +99,20 @@ scale = Vector2( 1, 4 )
|
|||
[node name="Ladder3" parent="Platforms" instance=ExtResource( 9 )]
|
||||
position = Vector2( 304, 128 )
|
||||
scale = Vector2( 1, 6 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="Ladder4" parent="Platforms" instance=ExtResource( 9 )]
|
||||
position = Vector2( 456, 136 )
|
||||
scale = Vector2( 1, 5 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="Ladder6" parent="Platforms" instance=ExtResource( 9 )]
|
||||
position = Vector2( 456, 128 )
|
||||
scale = Vector2( 1, 6 )
|
||||
|
||||
[node name="Ladder8" parent="Platforms" instance=ExtResource( 9 )]
|
||||
position = Vector2( 720, 104 )
|
||||
scale = Vector2( 1, 3 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="Rock2" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 208, 88 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue