24 lines
731 B
Plaintext
24 lines
731 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://drg4stgda7ak5"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c068jpy7ooapw" path="res://Objects/Tutorial/BoatStairFence.png" id="1_nsqb0"]
|
|
|
|
[sub_resource type="CapsuleShape2D" id="CapsuleShape2D_02h17"]
|
|
radius = 3.0
|
|
height = 77.7385
|
|
|
|
[node name="StairFence" type="Node2D"]
|
|
y_sort_enabled = true
|
|
|
|
[node name="BoatStairFence" type="Sprite2D" parent="."]
|
|
position = Vector2(0, -14)
|
|
texture = ExtResource("1_nsqb0")
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
position = Vector2(0, -4)
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(0, -1)
|
|
rotation = 1.5708
|
|
scale = Vector2(1, -1.132)
|
|
shape = SubResource("CapsuleShape2D_02h17")
|