summaryrefslogtreecommitdiffstats
path: root/ship/ladder/ladder.tscn
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2022-09-15 07:24:40 -0400
committerMalfurious <m@lfurio.us>2022-09-15 07:24:40 -0400
commit5936040ec111ac7a5a7785cf1b515598619a30e6 (patch)
tree6e0231106c42993110d635683d05a5ff23da32a4 /ship/ladder/ladder.tscn
parenta2372b160d0a0665b6b23ec0669da453c8e8538c (diff)
downloadgame_jam49-5936040ec111ac7a5a7785cf1b515598619a30e6.tar.gz
game_jam49-5936040ec111ac7a5a7785cf1b515598619a30e6.zip
Collapse directory structure for ship assets
This subtree no longer contains any standalone maps. Simply rename the ship assets directory to clean up unused directories.
Diffstat (limited to 'ship/ladder/ladder.tscn')
-rw-r--r--ship/ladder/ladder.tscn17
1 files changed, 17 insertions, 0 deletions
diff --git a/ship/ladder/ladder.tscn b/ship/ladder/ladder.tscn
new file mode 100644
index 0000000..763a233
--- /dev/null
+++ b/ship/ladder/ladder.tscn
@@ -0,0 +1,17 @@
+[gd_scene load_steps=4 format=2]
+
+[ext_resource path="res://ship/ladder/ladder.gltf" type="PackedScene" id=1]
+[ext_resource path="res://ship/ladder/ladder.tres" type="Material" id=2]
+
+[sub_resource type="ConvexPolygonShape" id=2]
+points = PoolVector3Array( -2.63751e-05, 17, 1.1522, 0.134708, 17, 1.07459, -0.134708, 17, 1.07459, -2.63751e-05, -1, 1.1522, 0.134708, 17, -1.07481, 0.134708, -1, 1.07459, -0.134708, 17, -1.07481, -0.134708, -1, 1.07459, -2.63751e-05, 17, -1.15243, 0.134708, -1, -1.07481, -0.134708, -1, -1.07481, -2.63751e-05, -1, -1.15243 )
+
+[node name="ladder" instance=ExtResource( 1 )]
+
+[node name="ladder" parent="." index="0"]
+material/0 = ExtResource( 2 )
+
+[node name="StaticBody" type="StaticBody" parent="ladder" index="0" groups=["ladder"]]
+
+[node name="CollisionShape" type="CollisionShape" parent="ladder/StaticBody" index="0"]
+shape = SubResource( 2 )