You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
610 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://tiles_packed.png" type="Texture" id=1]
[ext_resource path="res://LadderTop.gd" type="Script" id=2]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 9, 7.5 )
[node name="Area2D" type="StaticBody2D"]
collision_mask = 2
script = ExtResource( 2 )
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
region_enabled = true
region_rect = Rect2( 198, 36, 18, 18 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( 1.64787e-05, 1.5 )
shape = SubResource( 1 )
one_way_collision = true