mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Add Coal Module Asset
This commit is contained in:
BIN
Assets/Model/Modules/Coal.glb
Normal file
BIN
Assets/Model/Modules/Coal.glb
Normal file
Binary file not shown.
37
Assets/Model/Modules/Coal.glb.import
Normal file
37
Assets/Model/Modules/Coal.glb.import
Normal file
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://rpsw0254tsue"
|
||||
path="res://.godot/imported/Coal.glb-c77b905b0589ddd35790ce18c5681109.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Model/Modules/Coal.glb"
|
||||
dest_files=["res://.godot/imported/Coal.glb-c77b905b0589ddd35790ce18c5681109.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type="Node3D"
|
||||
nodes/root_name="Scene Root"
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
import_script/path=""
|
||||
_subresources={
|
||||
"materials": {
|
||||
"Coal": {
|
||||
"use_external/enabled": true,
|
||||
"use_external/path": "res://Assets/Model/Modules/CoalMaterial.tres"
|
||||
}
|
||||
}
|
||||
}
|
||||
9
Assets/Model/Modules/CoalMaterial.tres
Normal file
9
Assets/Model/Modules/CoalMaterial.tres
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://cb6psg6yt0lxy"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bq53powgopp7y" path="res://Assets/Model/Modules/CoalTexture.png" id="1_eyt8c"]
|
||||
|
||||
[resource]
|
||||
transparency = 2
|
||||
alpha_scissor_threshold = 0.5
|
||||
alpha_antialiasing_mode = 0
|
||||
albedo_texture = ExtResource("1_eyt8c")
|
||||
BIN
Assets/Model/Modules/CoalTexture.png
Normal file
BIN
Assets/Model/Modules/CoalTexture.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
36
Assets/Model/Modules/CoalTexture.png.import
Normal file
36
Assets/Model/Modules/CoalTexture.png.import
Normal file
@@ -0,0 +1,36 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://bq53powgopp7y"
|
||||
path.s3tc="res://.godot/imported/CoalTexture.png-5321feb8bb3173940f71ed6d4d5cdfd3.s3tc.ctex"
|
||||
path.etc2="res://.godot/imported/CoalTexture.png-5321feb8bb3173940f71ed6d4d5cdfd3.etc2.ctex"
|
||||
metadata={
|
||||
"imported_formats": ["s3tc", "etc2"],
|
||||
"vram_texture": true
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://Assets/Model/Modules/CoalTexture.png"
|
||||
dest_files=["res://.godot/imported/CoalTexture.png-5321feb8bb3173940f71ed6d4d5cdfd3.s3tc.ctex", "res://.godot/imported/CoalTexture.png-5321feb8bb3173940f71ed6d4d5cdfd3.etc2.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=2
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/bptc_ldr=0
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=true
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=0
|
||||
Reference in New Issue
Block a user