summaryrefslogtreecommitdiff
path: root/client/map/tiles/bark.tres
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-06-25 14:15:13 +0200
committertpart <tpart120@proton.me>2024-06-25 14:15:58 +0200
commitf53eb1d495c00083daa98f71fcf672ff29ae54f5 (patch)
tree140e03c8c30b79a21e3f71141303766b5c6bc3d1 /client/map/tiles/bark.tres
parent462727da8062010a88d6cd5359f39c365eecc472 (diff)
downloadhurrycurry-f53eb1d495c00083daa98f71fcf672ff29ae54f5.tar
hurrycurry-f53eb1d495c00083daa98f71fcf672ff29ae54f5.tar.bz2
hurrycurry-f53eb1d495c00083daa98f71fcf672ff29ae54f5.tar.zst
Add tree tiles
Diffstat (limited to 'client/map/tiles/bark.tres')
-rw-r--r--client/map/tiles/bark.tres12
1 files changed, 12 insertions, 0 deletions
diff --git a/client/map/tiles/bark.tres b/client/map/tiles/bark.tres
new file mode 100644
index 00000000..9bfae2fe
--- /dev/null
+++ b/client/map/tiles/bark.tres
@@ -0,0 +1,12 @@
+[gd_resource type="StandardMaterial3D" load_steps=3 format=3 uid="uid://beyncaufbtoay"]
+
+[ext_resource type="Texture2D" uid="uid://bgh74bmrp46qc" path="res://map/tiles/bark.webp" id="1_3mn2u"]
+[ext_resource type="Texture2D" uid="uid://bmvab6kdyccm4" path="res://map/tiles/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")