diff options
author | metamuffin <metamuffin@disroot.org> | 2024-09-27 16:54:23 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-09-27 16:54:23 +0200 |
commit | 7b454895d60ce647cfc20dd62d62450804f6463f (patch) | |
tree | 57a6b1dc5233be48494e40bd11a72df773c46db1 /client/menu/printed_material.tres | |
parent | b55c7ebb63d8d3b701fe1d671502831feaf96d12 (diff) | |
download | hurrycurry-7b454895d60ce647cfc20dd62d62450804f6463f.tar hurrycurry-7b454895d60ce647cfc20dd62d62450804f6463f.tar.bz2 hurrycurry-7b454895d60ce647cfc20dd62d62450804f6463f.tar.zst |
add printed shader
Diffstat (limited to 'client/menu/printed_material.tres')
-rw-r--r-- | client/menu/printed_material.tres | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/client/menu/printed_material.tres b/client/menu/printed_material.tres new file mode 100644 index 00000000..595248fd --- /dev/null +++ b/client/menu/printed_material.tres @@ -0,0 +1,6 @@ +[gd_resource type="ShaderMaterial" load_steps=2 format=3 uid="uid://dogdyoqrmy6ft"] + +[ext_resource type="Shader" path="res://menu/printed.gdshader" id="1_v4ily"] + +[resource] +shader = ExtResource("1_v4ily") |