aboutsummaryrefslogtreecommitdiff
path: root/client/map/tiles/path_material.tres
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2025-06-21 01:52:33 +0200
committernokoe <nokoe@mailbox.org>2025-06-21 01:52:33 +0200
commit16f72d038c37a2f5dd60a960f034ee2c3ff53f5b (patch)
tree9af64de6fe8b2b47a5e46b87adabde94ccd8b88b /client/map/tiles/path_material.tres
parent44ca1fe3780b76c73e03070fc20189607c414860 (diff)
downloadhurrycurry-16f72d038c37a2f5dd60a960f034ee2c3ff53f5b.tar
hurrycurry-16f72d038c37a2f5dd60a960f034ee2c3ff53f5b.tar.bz2
hurrycurry-16f72d038c37a2f5dd60a960f034ee2c3ff53f5b.tar.zst
generalize floor meshing; fixes #278
Diffstat (limited to 'client/map/tiles/path_material.tres')
-rw-r--r--client/map/tiles/path_material.tres7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/map/tiles/path_material.tres b/client/map/tiles/path_material.tres
new file mode 100644
index 00000000..ddb7c997
--- /dev/null
+++ b/client/map/tiles/path_material.tres
@@ -0,0 +1,7 @@
+[gd_resource type="StandardMaterial3D" format=3 uid="uid://w1vbm8i23g5h"]
+
+[resource]
+resource_name = "top"
+cull_mode = 2
+albedo_color = Color(0.909087, 0.807703, 0.681417, 1)
+roughness = 0.5