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
|
@ -299,18 +299,27 @@ speed = 80
|
|||
[node name="Ladder" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 0, 40 )
|
||||
scale = Vector2( 1, 12 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="Ladder3" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 760, 24 )
|
||||
scale = Vector2( 1, 17 )
|
||||
can_climb_right = false
|
||||
|
||||
[node name="Ladder4" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 632, 136 )
|
||||
scale = Vector2( 1, 3 )
|
||||
scale = Vector2( 1, 2 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="Ladder6" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 632, 152 )
|
||||
|
||||
[node name="Ladder2" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 144, 104 )
|
||||
|
||||
[node name="Ladder5" parent="Platforms" instance=ExtResource( 3 )]
|
||||
position = Vector2( 144, 96 )
|
||||
scale = Vector2( 1, 2 )
|
||||
can_climb_left = false
|
||||
|
||||
[node name="MovingPlatform" parent="Platforms" instance=ExtResource( 27 )]
|
||||
position = Vector2( 176, 88 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue