Compare commits

..

3 Commits

Author SHA1 Message Date
dukegoobler b7623976a1 new tentacle sounds 2023-01-03 21:37:35 -07:00
Spencer Killen df39c04a87
Merge remote-tracking branch 'origin/master' into spencer 2023-01-03 21:07:53 -07:00
dukegoobler 5252bc759c spiral 2023-01-03 21:07:01 -07:00
29 changed files with 1226 additions and 14 deletions

View File

@ -0,0 +1,3 @@
source_md5="549fb43fb32ff5e3ea57e6f983be7930"
dest_md5="79143e657043e429b65d7147623e3ab3"

View File

@ -0,0 +1,3 @@
source_md5="b0030925a1412cd63c95a64ebf199ca7"
dest_md5="4b4c681e4ac10a098a359940a118016f"

View File

@ -0,0 +1,3 @@
source_md5="4f72e8142e0ed879278b722489a48ff7"
dest_md5="30fffbdf5a7e6de0d10247eb3d817999"

View File

@ -0,0 +1,3 @@
source_md5="4f72e8142e0ed879278b722489a48ff7"
dest_md5="30fffbdf5a7e6de0d10247eb3d817999"

View File

@ -0,0 +1,3 @@
source_md5="45bab22367bc4690c21a47311db389b8"
dest_md5="b70cd328ea2b1ddcac3c7ca99eb3ab08"

View File

@ -0,0 +1,3 @@
source_md5="45bab22367bc4690c21a47311db389b8"
dest_md5="59deaaee39c151cd8cbd1a027f5d08ba"

View File

@ -0,0 +1,3 @@
source_md5="549fb43fb32ff5e3ea57e6f983be7930"
dest_md5="79143e657043e429b65d7147623e3ab3"

View File

@ -0,0 +1,3 @@
source_md5="b0030925a1412cd63c95a64ebf199ca7"
dest_md5="4b4c681e4ac10a098a359940a118016f"

Binary file not shown.

View File

@ -0,0 +1,23 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/bones_snapping.wav-93c28b7ae9caf0ac45b6566cb47e7ff2.sample"
[deps]
source_file="res://assets/audio/tentacleSfx/bones_snapping.wav"
dest_files=[ "res://.import/bones_snapping.wav-93c28b7ae9caf0ac45b6566cb47e7ff2.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

View File

@ -0,0 +1,23 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/skin_crawling.wav-b04b262d736e00a3718d9bc58070acf1.sample"
[deps]
source_file="res://assets/audio/tentacleSfx/skin_crawling.wav"
dest_files=[ "res://.import/skin_crawling.wav-b04b262d736e00a3718d9bc58070acf1.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

Binary file not shown.

View File

@ -0,0 +1,23 @@
[remap]
importer="wav"
type="AudioStreamSample"
path="res://.import/wet_crunch.wav-9a0d70a374697589654b37eb31e9edac.sample"
[deps]
source_file="res://assets/audio/tentacleSfx/wet_crunch.wav"
dest_files=[ "res://.import/wet_crunch.wav-9a0d70a374697589654b37eb31e9edac.sample" ]
[params]
force/8_bit=false
force/mono=false
force/max_rate=false
force/max_rate_hz=44100
edit/trim=false
edit/normalize=false
edit/loop_mode=0
edit/loop_begin=0
edit/loop_end=-1
compress/mode=0

BIN
godot/assets/meat_bore/SpiralSlop.material (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,11 +1,30 @@
[gd_scene load_steps=4 format=2] [gd_scene load_steps=6 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_module/meat_module.gd" type="Script" 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.tscn" type="PackedScene" id=5]
[node name="level_lee" type="Spatial"] [node name="level_lee" type="Spatial"]
[node name="meat_module_1" type="Spatial" parent="." instance=ExtResource( 1 )] [node name="meat_module_1" parent="." instance=ExtResource( 1 )]
script = ExtResource( 3 )
texture = ExtResource( 2 ) texture = ExtResource( 2 )
[node name="meat_spiral" parent="." instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, -4.37114e-08, -1.1, 0, 1, -4.80825e-08, 0, -123.038, 0 )
[node name="meat_tentacle_small" parent="." instance=ExtResource( 4 )]
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 )]
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 )
[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 )
[node name="meat_tentacle" parent="." instance=ExtResource( 5 )]
transform = Transform( 0.155288, -1.26747, 0.285992, 1.13234, 0.138733, 0, -0.0412663, 0.336816, 1.51512, 21.0128, -55.2078, 4.60008 )
[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 )

BIN
godot/assets/meat_bore/meat_spiral.glb (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long