diff options
author | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 14:27:38 +0200 |
---|---|---|
committer | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-18 14:27:38 +0200 |
commit | e1132431320f62f1da4d8c91a0e9cf7c549a8b15 (patch) | |
tree | e76c2c166ac06277204b30e394c30a8c3da18e3d /client/map/tiles/tree/bark.tres | |
parent | 1edf7b95256c63df5b805e11e3a622f1bb36c4eb (diff) | |
parent | b109b34251425f50e641d3c49183317de9eced55 (diff) | |
download | hurrycurry-e1132431320f62f1da4d8c91a0e9cf7c549a8b15.tar hurrycurry-e1132431320f62f1da4d8c91a0e9cf7c549a8b15.tar.bz2 hurrycurry-e1132431320f62f1da4d8c91a0e9cf7c549a8b15.tar.zst |
improved depot map to solve #18
Diffstat (limited to 'client/map/tiles/tree/bark.tres')
-rw-r--r-- | client/map/tiles/tree/bark.tres | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/map/tiles/tree/bark.tres b/client/map/tiles/tree/bark.tres new file mode 100644 index 00000000..3a6e8a04 --- /dev/null +++ b/client/map/tiles/tree/bark.tres @@ -0,0 +1,14 @@ +[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://beyncaufbtoay"] + +[ext_resource type="Texture2D" uid="uid://bgh74bmrp46qc" path="res://map/tiles/tree/bark.webp" id="1_3mn2u"] +[ext_resource type="Texture2D" uid="uid://bmvab6kdyccm4" path="res://map/tiles/tree/bark_normal.webp" id="2_v3ray"] + +[resource] +resource_name = "NormalTree_Bark" +albedo_texture = ExtResource("1_3mn2u") +metallic = 0.4 +roughness = 0.301511 +normal_enabled = true +normal_texture = ExtResource("2_v3ray") +distance_fade_min_distance = 2.0 +distance_fade_max_distance = 4.0 |