summaryrefslogtreecommitdiffstats
path: root/ship/mast/mast.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-16 03:27:42 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-16 03:27:42 -0400
commiteb31cb90e32ef15d7c76d526db4f057e82448b58 (patch)
tree3f6cdbbef12356f83ab0630b798eff4db246c81f /ship/mast/mast.tscn
parentbdf007968b86af4fbfc908251ea078158fe07d6f (diff)
downloadgodot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.tar.gz
godot_wildjam_49-eb31cb90e32ef15d7c76d526db4f057e82448b58.zip
Housekeeping for all the new stuff that diverged from the reorganization
Diffstat (limited to 'ship/mast/mast.tscn')
-rw-r--r--ship/mast/mast.tscn14
1 files changed, 14 insertions, 0 deletions
diff --git a/ship/mast/mast.tscn b/ship/mast/mast.tscn
new file mode 100644
index 0000000..0f9e068
--- /dev/null
+++ b/ship/mast/mast.tscn
@@ -0,0 +1,14 @@
+[gd_scene load_steps=3 format=2]
+
+[ext_resource path="res://ship/mast/mast.gltf" type="PackedScene" id=1]
+
+[sub_resource type="BoxShape" id=1]
+extents = Vector3( 0.258624, 13.019, 1.30381 )
+
+[node name="mast" instance=ExtResource( 1 )]
+
+[node name="StaticBody" type="StaticBody" parent="mast/ladder" index="0" groups=["ladder"]]
+
+[node name="CollisionShape" type="CollisionShape" parent="mast/ladder/StaticBody" index="0"]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 12.1324, 0 )
+shape = SubResource( 1 )