cosmic/scenes/MainMenu.tscn
2024-01-13 17:23:49 +05:00

96 lines
2.7 KiB
Text

[gd_scene load_steps=9 format=3 uid="uid://s14kegpsyost"]
[ext_resource type="Script" path="res://scripts/menu/MainMenu.gd" id="1_2wax0"]
[ext_resource type="Shader" uid="uid://f6lhks6rp5jw" path="res://shaders/testicles.tres" id="1_on8wy"]
[ext_resource type="Gradient" uid="uid://c6bcjydbwm5id" path="res://scenes/SpaceGradient.tres" id="2_7racd"]
[ext_resource type="PackedScene" uid="uid://dpggye27ln436" path="res://scenes/StarsController.tscn" id="4_g7254"]
[ext_resource type="Script" path="res://scripts/menu/MainMenuButton.gd" id="5_q6x10"]
[sub_resource type="FastNoiseLite" id="FastNoiseLite_rtgkw"]
frequency = 0.001
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_vkqxf"]
width = 1280
height = 720
color_ramp = ExtResource("2_7racd")
noise = SubResource("FastNoiseLite_rtgkw")
[sub_resource type="ShaderMaterial" id="ShaderMaterial_dawi1"]
shader = ExtResource("1_on8wy")
shader_parameter/penis = SubResource("NoiseTexture2D_vkqxf")
[node name="MainMenu" type="Node2D"]
script = ExtResource("1_2wax0")
[node name="ColorRect" type="ColorRect" parent="."]
z_index = -20
material = SubResource("ShaderMaterial_dawi1")
offset_right = 1280.0
offset_bottom = 720.0
[node name="Stars" parent="." instance=ExtResource("4_g7254")]
position = Vector2(640, 360)
stars_amount = 100
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 0
offset_right = 1280.0
offset_bottom = 720.0
[node name="Input" type="LineEdit" parent="Control"]
visible = false
layout_mode = 0
offset_left = 9.0
offset_top = 209.0
offset_right = 382.0
offset_bottom = 261.0
placeholder_text = "Enter your profile name here!"
alignment = 1
max_length = 128
[node name="MenuButton1" type="Button" parent="Control"]
layout_mode = 0
offset_left = 9.0
offset_top = 209.0
offset_right = 382.0
offset_bottom = 262.0
script = ExtResource("5_q6x10")
[node name="MenuButton2" type="Button" parent="Control"]
layout_mode = 0
offset_left = 9.0
offset_top = 276.0
offset_right = 382.0
offset_bottom = 329.0
script = ExtResource("5_q6x10")
[node name="MenuButton3" type="Button" parent="Control"]
layout_mode = 0
offset_left = 9.0
offset_top = 345.0
offset_right = 382.0
offset_bottom = 398.0
script = ExtResource("5_q6x10")
[node name="MenuButton4" type="Button" parent="Control"]
layout_mode = 0
offset_left = 9.0
offset_top = 417.0
offset_right = 382.0
offset_bottom = 470.0
script = ExtResource("5_q6x10")
[node name="MenuButton5" type="Button" parent="Control"]
layout_mode = 0
offset_left = 8.0
offset_top = 488.0
offset_right = 381.0
offset_bottom = 541.0
script = ExtResource("5_q6x10")
[node name="ProfileStatus" type="Label" parent="Control"]
layout_mode = 0
offset_right = 199.0
offset_bottom = 26.0
text = "Current profile: {PROFILE}"