forked from team-sg/hero-mark-2
25 lines
654 B
Text
25 lines
654 B
Text
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://objects/environment/ladder/ladder.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 6, 4 )
|
|
|
|
[node name="Ladder" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
collision_layer = 4
|
|
collision_mask = 4
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
position = Vector2( 4, 4 )
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="LeftSnap" type="Position2D" parent="."]
|
|
visible = false
|
|
position = Vector2( 0, 4 )
|
|
|
|
[node name="RightSnap" type="Position2D" parent="."]
|
|
visible = false
|
|
position = Vector2( 8, 4 )
|