59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://d1g5ngawg2cii"]
|
|
|
|
[ext_resource type="Shader" path="res://newmenu.gdshader" id="1_7l1by"]
|
|
[ext_resource type="Script" path="res://MenuBackground.gd" id="1_uc23c"]
|
|
[ext_resource type="Script" path="res://Clouds.gd" id="1_yjx8d"]
|
|
|
|
[sub_resource type="ShaderMaterial" id="ShaderMaterial_8w316"]
|
|
shader = ExtResource( "1_7l1by" )
|
|
|
|
[sub_resource type="OpenSimplexNoise" id="OpenSimplexNoise_g52tw"]
|
|
octaves = 2
|
|
period = 61.5
|
|
|
|
[sub_resource type="NoiseTexture" id="NoiseTexture_eqs1f"]
|
|
noise = SubResource( "OpenSimplexNoise_g52tw" )
|
|
noise_offset = Vector2(200, 0)
|
|
|
|
[node name="Control" type="Control"]
|
|
material = SubResource( "ShaderMaterial_8w316" )
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false,
|
|
"_edit_use_custom_anchors": false
|
|
}
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
__meta__ = {
|
|
"_edit_layout_mode": 1,
|
|
"_edit_use_anchors_": false,
|
|
"_edit_use_custom_anchors": false
|
|
}
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="GridContainer"]
|
|
offset_right = 1024.0
|
|
offset_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource( "1_uc23c" )
|
|
|
|
[node name="Clouds" type="TextureRect" parent="."]
|
|
visible = false
|
|
offset_top = 88.0
|
|
offset_right = 1024.0
|
|
offset_bottom = 600.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = SubResource( "NoiseTexture_eqs1f" )
|
|
script = ExtResource( "1_yjx8d" )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|