Added footsteps, new tree, various other tweaks
This commit is contained in:
20
assets/materials/leaves_1.tres
Normal file
20
assets/materials/leaves_1.tres
Normal file
@@ -0,0 +1,20 @@
|
||||
[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://cjdf0h8w5siwb"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cjpvdne166r8d" path="res://assets/Models/textures/LEAVES/Leaves1.albedo.png" id="1_mpx76"]
|
||||
[ext_resource type="Texture2D" uid="uid://db0ohd5fpmni2" path="res://assets/Models/textures/LEAVES/Leaves1.normal.png" id="2_it0yp"]
|
||||
|
||||
[resource]
|
||||
resource_name = "LeavesPlane"
|
||||
transparency = 4
|
||||
cull_mode = 2
|
||||
albedo_texture = ExtResource("1_mpx76")
|
||||
metallic_specular = 0.0
|
||||
normal_enabled = true
|
||||
normal_texture = ExtResource("2_it0yp")
|
||||
subsurf_scatter_strength = 1.0
|
||||
subsurf_scatter_transmittance_enabled = true
|
||||
subsurf_scatter_transmittance_depth = 8.805
|
||||
subsurf_scatter_transmittance_boost = 1.0
|
||||
backlight_enabled = true
|
||||
backlight = Color(1, 1, 1, 1)
|
||||
texture_filter = 2
|
||||
Reference in New Issue
Block a user