summaryrefslogtreecommitdiffstats
path: root/ship/water_pump/water_pump.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/water_pump/water_pump.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/water_pump/water_pump.tscn')
-rw-r--r--ship/water_pump/water_pump.tscn40
1 files changed, 40 insertions, 0 deletions
diff --git a/ship/water_pump/water_pump.tscn b/ship/water_pump/water_pump.tscn
new file mode 100644
index 0000000..28d0e51
--- /dev/null
+++ b/ship/water_pump/water_pump.tscn
@@ -0,0 +1,40 @@
+[gd_scene load_steps=6 format=2]
+
+[ext_resource path="res://ship/water_pump/water_pump.gltf" type="PackedScene" id=1]
+
+[sub_resource type="BoxShape" id=1]
+extents = Vector3( 1, 0.78139, 1.52624 )
+
+[sub_resource type="BoxShape" id=2]
+extents = Vector3( 0.696607, 1.47763, 2.84049 )
+
+[sub_resource type="CylinderShape" id=3]
+height = 0.513673
+radius = 0.450425
+
+[sub_resource type="CylinderShape" id=4]
+height = 0.461824
+radius = 0.456237
+
+[node name="water_pump" instance=ExtResource( 1 )]
+
+[node name="StaticBody" type="StaticBody" parent="water_pump" index="0"]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.106341, 0.0284684, -0.00456106 )
+
+[node name="CollisionShape" type="CollisionShape" parent="water_pump/StaticBody" index="0"]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.377931, -0.746272, 0 )
+shape = SubResource( 1 )
+
+[node name="CollisionShape2" type="CollisionShape" parent="water_pump/StaticBody" index="1"]
+transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -1.26882, -0.0493568, 0 )
+shape = SubResource( 2 )
+
+[node name="StaticBody" type="StaticBody" parent="button_1" index="0"]
+
+[node name="CollisionShape" type="CollisionShape" parent="button_1/StaticBody" index="0"]
+shape = SubResource( 3 )
+
+[node name="StaticBody" type="StaticBody" parent="button_0" index="0"]
+
+[node name="CollisionShape" type="CollisionShape" parent="button_0/StaticBody" index="0"]
+shape = SubResource( 4 )