12345678910111213141516171819 |
- [gd_resource type="NoiseTexture2D" load_steps=3 format=3 uid="uid://b7c28bnw0u27e"]
- [sub_resource type="Gradient" id="Gradient_8sl6j"]
- colors = PackedColorArray(0, 0.243137, 0, 1, 0.486275, 0.756863, 0.14902, 1)
- [sub_resource type="FastNoiseLite" id="FastNoiseLite_7ucal"]
- noise_type = 4
- frequency = 0.005
- fractal_type = 2
- fractal_lacunarity = 2.416
- fractal_ping_pong_strength = 2.1
- [resource]
- width = 1024
- height = 1024
- seamless = true
- as_normal_map = true
- color_ramp = SubResource("Gradient_8sl6j")
- noise = SubResource("FastNoiseLite_7ucal")
|