diff options
author | tpart <tpart120@proton.me> | 2025-09-22 22:36:22 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-09-22 22:36:22 +0200 |
commit | 299ceb44a8955ba34379097d9d06ec2437f34651 (patch) | |
tree | f127ef5385d28d1df7cb0e93c9bf51194c7b5611 /client/map/items/dough_material.tres | |
parent | e3032257713adf9f9f5b9d312f6b0cf2aed53404 (diff) | |
download | hurrycurry-299ceb44a8955ba34379097d9d06ec2437f34651.tar hurrycurry-299ceb44a8955ba34379097d9d06ec2437f34651.tar.bz2 hurrycurry-299ceb44a8955ba34379097d9d06ec2437f34651.tar.zst |
Add rolled dough item and model (#393)
Diffstat (limited to 'client/map/items/dough_material.tres')
-rw-r--r-- | client/map/items/dough_material.tres | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/map/items/dough_material.tres b/client/map/items/dough_material.tres new file mode 100644 index 00000000..9de18768 --- /dev/null +++ b/client/map/items/dough_material.tres @@ -0,0 +1,5 @@ +[gd_resource type="StandardMaterial3D" format=3 uid="uid://cg7o7rn06bve1"] + +[resource] +albedo_color = Color(0.7326888, 0.62363213, 0.49303913, 1) +subsurf_scatter_strength = 1.0 |