summaryrefslogtreecommitdiffstats
path: root/ship/staircase_1/staircase_1.tscn
blob: adc5a52778cdb918be673e56bd7d0fe8039081c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[gd_scene load_steps=4 format=2]

[ext_resource path="res://ship/staircase_1/staircase_1.gltf" type="PackedScene" id=1]
[ext_resource path="res://ship/staircase_1/staircase.tres" type="Material" id=2]

[sub_resource type="ConvexPolygonShape" id=1]
points = PoolVector3Array( -1.80455, -1.87224, -2.97945, -1.80455, -1.33747, -2.32941, 1.80455, -1.87224, -2.97945, -1.80455, -1.87224, 2.32838, 1.80455, -1.33747, -2.32941, -1.80455, 1.87224, 1.66328, 1.80455, -1.87224, 2.32838, -1.80455, 1.87224, 2.32838, 1.80455, 1.87224, 1.66328, 1.80455, 1.87224, 2.32838 )

[node name="staircase_1" instance=ExtResource( 1 )]

[node name="stairs" parent="." index="0"]
material/0 = ExtResource( 2 )

[node name="StaticBody" type="StaticBody" parent="stairs" index="0"]
collision_layer = 4
collision_mask = 0

[node name="CollisionShape" type="CollisionShape" parent="stairs/StaticBody" index="0"]
shape = SubResource( 1 )