diff options
author | tpart <tpart120@proton.me> | 2024-10-06 17:50:06 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-06 17:50:20 +0200 |
commit | 993644b0a48dd213b6fdd21cc0bf054c2e1baab6 (patch) | |
tree | 314937a01186a2cee88a25906ecb8b3dc2694dcd /client/menu/textures | |
parent | 78804e594c0d55c6404370181516fdd3cd550598 (diff) | |
download | hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.bz2 hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.zst |
Organize theme files
Diffstat (limited to 'client/menu/textures')
-rw-r--r-- | client/menu/textures/paper_texture.tres | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/menu/textures/paper_texture.tres b/client/menu/textures/paper_texture.tres new file mode 100644 index 00000000..2c681244 --- /dev/null +++ b/client/menu/textures/paper_texture.tres @@ -0,0 +1,14 @@ +[gd_resource type="NoiseTexture2D" load_steps=3 format=3 uid="uid://chxkwohi56cxx"] + +[sub_resource type="Gradient" id="Gradient_pkrjd"] +colors = PackedColorArray(0.917969, 0.866454, 0.770122, 1, 0.832031, 0.781817, 0.666307, 1) + +[sub_resource type="FastNoiseLite" id="FastNoiseLite_k7p6k"] +noise_type = 0 +frequency = 0.0084 +domain_warp_enabled = true +domain_warp_frequency = -1.465 + +[resource] +color_ramp = SubResource("Gradient_pkrjd") +noise = SubResource("FastNoiseLite_k7p6k") |