aboutsummaryrefslogtreecommitdiff
path: root/game/src/GameSession/Water/WaterPlaneNormal.tres
diff options
context:
space:
mode:
author Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-04-15 01:13:52 +0200
committer Gone2Daly <71726742+Gone2Daly@users.noreply.github.com>2023-04-15 01:13:52 +0200
commit8e4eedf5e25237c514bd19d2a6c42ad9e00ec1a6 (patch)
tree4da70d8887d32d4c3e03fb039f66f5488304bcbb /game/src/GameSession/Water/WaterPlaneNormal.tres
parent5ed64dd74b9d3dcdb884cf8f5668e5a9d7423901 (diff)
First try at 3d map3d-terrain
Diffstat (limited to 'game/src/GameSession/Water/WaterPlaneNormal.tres')
-rw-r--r--game/src/GameSession/Water/WaterPlaneNormal.tres13
1 files changed, 13 insertions, 0 deletions
diff --git a/game/src/GameSession/Water/WaterPlaneNormal.tres b/game/src/GameSession/Water/WaterPlaneNormal.tres
new file mode 100644
index 0000000..5223e98
--- /dev/null
+++ b/game/src/GameSession/Water/WaterPlaneNormal.tres
@@ -0,0 +1,13 @@
+[gd_resource type="NoiseTexture2D" load_steps=2 format=3 uid="uid://gq8n64t6y4go"]
+
+[sub_resource type="FastNoiseLite" id="FastNoiseLite_0fbhj"]
+noise_type = 3
+seed = 2
+frequency = 0.011
+fractal_type = 2
+
+[resource]
+seamless = true
+as_normal_map = true
+bump_strength = 1.5
+noise = SubResource("FastNoiseLite_0fbhj")