feat: experimenting with desired mood
This commit is contained in:
parent
ceba03ec36
commit
4940f67c21
58 changed files with 4826 additions and 28 deletions
13
godot/models/materials/Material.tres
Normal file
13
godot/models/materials/Material.tres
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://dibu06h02xpdh"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://bfbggseqfivqg" path="res://models/character_lee_enfield.jpg" id="1_8jtmf"]
|
||||
|
||||
[resource]
|
||||
resource_name = "Material"
|
||||
cull_mode = 2
|
||||
shading_mode = 2
|
||||
diffuse_mode = 1
|
||||
specular_mode = 1
|
||||
albedo_texture = ExtResource("1_8jtmf")
|
||||
metallic = 0.293814
|
||||
roughness = 0.64433
|
||||
12
godot/models/materials/Primary.tres
Normal file
12
godot/models/materials/Primary.tres
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StandardMaterial3D" load_steps=2 format=3 uid="uid://c2ic02ndhqkod"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://03bidmgkyu7x" path="res://models/character_grid.png" id="1_54a4n"]
|
||||
|
||||
[resource]
|
||||
resource_name = "Primary"
|
||||
transparency = 4
|
||||
cull_mode = 2
|
||||
shading_mode = 2
|
||||
diffuse_mode = 1
|
||||
specular_mode = 1
|
||||
albedo_texture = ExtResource("1_54a4n")
|
||||
Loading…
Add table
Add a link
Reference in a new issue