diff options
Diffstat (limited to 'client/map/tiles/house/rooftop.tres')
| -rw-r--r-- | client/map/tiles/house/rooftop.tres | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/map/tiles/house/rooftop.tres b/client/map/tiles/house/rooftop.tres new file mode 100644 index 00000000..76ed928f --- /dev/null +++ b/client/map/tiles/house/rooftop.tres @@ -0,0 +1,5 @@ +[gd_resource type="StandardMaterial3D" format=3 uid="uid://bnip4xf36u1vv"] + +[resource] +cull_mode = 2 +albedo_color = Color(0.2, 0.2, 0.2, 1) |