This commit is contained in:
Spencer Killen 2023-01-03 22:36:38 -07:00
commit 471e7017ca
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
10 changed files with 1098 additions and 4 deletions

View File

@ -0,0 +1,3 @@
source_md5="d4c201d59827832fa5854c90be279cdc"
dest_md5="5084f66fbf6e98926ec87af6e903dd09"

View File

@ -1,10 +1,11 @@
[gd_scene load_steps=6 format=2] [gd_scene load_steps=7 format=2]
[ext_resource path="res://assets/meat_bore/meat_module/meat_module.tscn" type="PackedScene" id=1] [ext_resource path="res://assets/meat_bore/meat_module/meat_module.tscn" type="PackedScene" id=1]
[ext_resource path="res://assets/meat_bore/meat_module/meat_module_outside_walls_1.png" type="Texture" id=2] [ext_resource path="res://assets/meat_bore/meat_module/meat_module_outside_walls_1.png" type="Texture" id=2]
[ext_resource path="res://assets/meat_bore/meat_spiral.tscn" type="PackedScene" id=3] [ext_resource path="res://assets/meat_bore/meat_spiral.tscn" type="PackedScene" id=3]
[ext_resource path="res://assets/models/meat_tentacle_small.tscn" type="PackedScene" id=4] [ext_resource path="res://assets/models/meat_tentacle_small.tscn" type="PackedScene" id=4]
[ext_resource path="res://assets/models/meat_tentacle.tscn" type="PackedScene" id=5] [ext_resource path="res://assets/models/meat_tentacle.tscn" type="PackedScene" id=5]
[ext_resource path="res://assets/models/meatcircle.tscn" type="PackedScene" id=6]
[node name="level_lee" type="Spatial"] [node name="level_lee" type="Spatial"]
@ -18,7 +19,7 @@ transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1.1, 0, 1, -4.80825e-08, 0, -1
transform = Transform( 0.610078, -1.34791, 0.0948543, 1.1801, 0.534126, 0, -0.0493349, 0.109001, 1.5841, 21.156, -62.2669, -4.52192 ) transform = Transform( 0.610078, -1.34791, 0.0948543, 1.1801, 0.534126, 0, -0.0493349, 0.109001, 1.5841, 21.156, -62.2669, -4.52192 )
[node name="meat_tentacle_small3" parent="." instance=ExtResource( 4 )] [node name="meat_tentacle_small3" parent="." instance=ExtResource( 4 )]
transform = Transform( 0.411415, -0.908983, 1.15244, 1.58635, 0.717998, 0, -0.806953, 1.78289, 1.9427, 21.156, -65.1273, 0.28389 ) transform = Transform( 1.11741, -1.86942, -1.37543, 1.43383, 1.00387, 0.0843201, 0.180179, -0.133996, 1.78978, 21.156, -62.549, 5.65958 )
[node name="meat_tentacle_small2" parent="." instance=ExtResource( 4 )] [node name="meat_tentacle_small2" parent="." instance=ExtResource( 4 )]
transform = Transform( 0.957609, -1.00003, 0.472208, 0.88533, 0.97582, -0.0933872, -0.257771, 0.402179, 1.51218, 20.8083, -60.6792, -7.06809 ) transform = Transform( 0.957609, -1.00003, 0.472208, 0.88533, 0.97582, -0.0933872, -0.257771, 0.402179, 1.51218, 20.8083, -60.6792, -7.06809 )
@ -28,3 +29,6 @@ transform = Transform( 0.155288, -1.26747, 0.285992, 1.13234, 0.138733, 0, -0.04
[node name="meat_tentacle2" parent="." instance=ExtResource( 5 )] [node name="meat_tentacle2" parent="." instance=ExtResource( 5 )]
transform = Transform( -0.0820203, -1.37205, 0.747237, 1.03682, 0.378031, 1.11239, -0.887444, 0.658556, 1.26301, 21.0128, -51.1789, -6.50526 ) transform = Transform( -0.0820203, -1.37205, 0.747237, 1.03682, 0.378031, 1.11239, -0.887444, 0.658556, 1.26301, 21.0128, -51.1789, -6.50526 )
[node name="meatcircle" parent="." instance=ExtResource( 6 )]
transform = Transform( 0.095217, -5.53714, 0, 3.81474, 0.875616, 0, 0, 0, 5.43642, 21.2893, -59.4721, 0 )

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@ -145,7 +145,7 @@ stream = ExtResource( 3 )
unit_db = -1.0 unit_db = -1.0
pitch_scale = 0.5 pitch_scale = 0.5
autoplay = true autoplay = true
max_distance = 100.0 max_distance = 50.0
[node name="StaticBody" type="StaticBody" parent="." index="3"] [node name="StaticBody" type="StaticBody" parent="." index="3"]
transform = Transform( 1.29603, 0.396787, 0.0456263, -0.180669, 2.84635, 0.327301, 0, -0.581511, 1.63319, -0.459882, 0, -0.0209413 ) transform = Transform( 1.29603, 0.396787, 0.0456263, -0.180669, 2.84635, 0.327301, 0, -0.581511, 1.63319, -0.459882, 0, -0.0209413 )

BIN
godot/assets/models/meatcircle.glb (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,11 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://assets/models/Material_001.material" type="Material" id=1]
[ext_resource path="res://assets/models/meatcircle.glb" type="PackedScene" id=2]
[node name="meatcircle" instance=ExtResource( 2 )]
[node name="Torus" parent="." index="0"]
material/0 = ExtResource( 1 )
[node name="StaticBody" type="StaticBody" parent="Torus" index="0"]