feat: experimenting with desired mood
This commit is contained in:
parent
ceba03ec36
commit
4940f67c21
58 changed files with 4826 additions and 28 deletions
11
godot/models/props/materials/Mud.tres
Normal file
11
godot/models/props/materials/Mud.tres
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://fa87jbiwsplk"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://dkds3kukh7055" path="res://models/props/dirtpile_wall_soil.jpg" id="1_ike1o"]
|
||||
|
||||
[resource]
|
||||
resource_name = "Mud"
|
||||
shading_mode = 2
|
||||
diffuse_mode = 1
|
||||
specular_mode = 1
|
||||
albedo_texture = ExtResource("1_ike1o")
|
||||
metallic = 0.497409
|
||||
12
godot/models/props/materials/Planks.tres
Normal file
12
godot/models/props/materials/Planks.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://brsn1svvuegjo"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://1jreew0ibpxu" path="res://models/props/trenchwall_2m_rotten_planks.jpg" id="1_3si8l"]
|
||||
|
||||
[resource]
|
||||
resource_name = "Planks"
|
||||
shading_mode = 2
|
||||
diffuse_mode = 1
|
||||
specular_mode = 1
|
||||
albedo_texture = ExtResource("1_3si8l")
|
||||
metallic = 0.367876
|
||||
roughness = 0.873057
|
||||
Loading…
Add table
Add a link
Reference in a new issue