1
0
Fork 0
space-capture/scenes/backgrounds/nebula.tscn

26 lines
758 B
Text
Raw Permalink Normal View History

2024-08-10 08:54:21 +02:00
[gd_scene load_steps=5 format=3 uid="uid://dtlatmtuggp6x"]
2024-08-24 18:00:26 +02:00
[ext_resource type="Shader" path="res://scenes/backgrounds/background_nebula.gdshader" id="1_nqp0c"]
2024-08-10 08:54:21 +02:00
[sub_resource type="FastNoiseLite" id="FastNoiseLite_8c2xm"]
2024-08-24 18:00:26 +02:00
fractal_octaves = 4
2024-08-10 08:54:21 +02:00
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_cukca"]
width = 256
height = 256
seamless = true
noise = SubResource("FastNoiseLite_8c2xm")
[sub_resource type="ShaderMaterial" id="ShaderMaterial_y72ex"]
shader = ExtResource("1_nqp0c")
shader_parameter/noise = SubResource("NoiseTexture2D_cukca")
2024-08-15 11:18:54 +02:00
[node name="BackgroundNebula" type="ColorRect"]
2024-08-10 08:54:21 +02:00
material = SubResource("ShaderMaterial_y72ex")
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2