work on meat creek

This commit is contained in:
Spencer Killen 2022-12-16 23:08:50 -07:00
parent 85c1a8b5f6
commit d9e466b9ac
Signed by: sjkillen
GPG Key ID: F307025B65C860BA
23 changed files with 2268 additions and 3 deletions

BIN
blends/levels/side_tunnel_1.blend (Stored with Git LFS)

Binary file not shown.

BIN
blends/meat_terrain_texture.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
blends/sink_block_tile.blend (Stored with Git LFS) Normal file

Binary file not shown.

BIN
blends/sink_block_tiled_texture.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,3 @@
source_md5="be51fcce7a3ef669d2aa284c90a55742"
dest_md5="4c4a49898cc21f16c7917354e376d455"

View File

@ -0,0 +1,3 @@
source_md5="5bdc1b2f7668ead30755efbb79c231ee"
dest_md5="ba802eae220c7e54ff7c9c52e18c6205"

View File

@ -0,0 +1,3 @@
source_md5="226c133478970590b1e92db0bfb238bf"
dest_md5="f6ca5e1c51c5bd865ff7fdc019781f53"

BIN
godot/assets/temp/Material.material (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long

BIN
godot/assets/temp/side_tunnel_1.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

View File

@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=2] [gd_scene load_steps=5 format=2]
[ext_resource path="res://effects/meat_sink_block_texture.tres" type="Material" id=1] [ext_resource path="res://effects/tiled_sink_material.material" type="Material" id=1]
[ext_resource path="res://effects/SinkBlock.gd" type="Script" id=2] [ext_resource path="res://effects/SinkBlock.gd" type="Script" id=2]
[sub_resource type="CubeMesh" id=3] [sub_resource type="CubeMesh" id=3]

BIN
godot/effects/sink_block_tile.glb (Stored with Git LFS) Normal file

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
godot/effects/sink_block_tiled_texture.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,37 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/sink_block_tiled_texture.png-85e6d84ad4642f14f7aa7981a3e56ec5.s3tc.stex"
path.etc2="res://.import/sink_block_tiled_texture.png-85e6d84ad4642f14f7aa7981a3e56ec5.etc2.stex"
metadata={
"imported_formats": [ "s3tc", "etc2" ],
"vram_texture": true
}
[deps]
source_file="res://effects/sink_block_tiled_texture.png"
dest_files=[ "res://.import/sink_block_tiled_texture.png-85e6d84ad4642f14f7aa7981a3e56ec5.s3tc.stex", "res://.import/sink_block_tiled_texture.png-85e6d84ad4642f14f7aa7981a3e56ec5.etc2.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=1
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
process/normal_map_invert_y=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

BIN
godot/effects/tiled_sink_material.material (Stored with Git LFS) Normal file

Binary file not shown.