Done refactoring
This commit is contained in:
parent
3a136ff215
commit
2176e9d798
88 changed files with 821 additions and 880 deletions
|
|
@ -1,10 +1,10 @@
|
|||
[gd_scene load_steps=9 format=3 uid="uid://s14kegpsyost"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/MainMenu.gd" id="1_3gb4s"]
|
||||
[ext_resource type="Script" path="res://scripts/menu/MainMenu.gd" id="1_2wax0"]
|
||||
[ext_resource type="Shader" uid="uid://f6lhks6rp5jw" path="res://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://scenes/MainMenuButton.gd" id="5_io856"]
|
||||
[ext_resource type="Script" path="res://scripts/menu/MainMenuButton.gd" id="5_q6x10"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_rtgkw"]
|
||||
frequency = 0.001
|
||||
|
|
@ -20,7 +20,7 @@ shader = ExtResource("1_on8wy")
|
|||
shader_parameter/penis = SubResource("NoiseTexture2D_vkqxf")
|
||||
|
||||
[node name="MainMenu" type="Node2D"]
|
||||
script = ExtResource("1_3gb4s")
|
||||
script = ExtResource("1_2wax0")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
z_index = -20
|
||||
|
|
@ -30,7 +30,7 @@ offset_bottom = 720.0
|
|||
|
||||
[node name="Stars" parent="." instance=ExtResource("4_g7254")]
|
||||
position = Vector2(640, 360)
|
||||
StarsAmount = 100
|
||||
stars_amount = 100
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
|
|
@ -44,8 +44,7 @@ offset_left = 9.0
|
|||
offset_top = 209.0
|
||||
offset_right = 382.0
|
||||
offset_bottom = 262.0
|
||||
script = ExtResource("5_io856")
|
||||
ID = "NewGame"
|
||||
script = ExtResource("5_q6x10")
|
||||
|
||||
[node name="MenuButton2" type="Button" parent="Control"]
|
||||
layout_mode = 0
|
||||
|
|
@ -53,8 +52,7 @@ offset_left = 9.0
|
|||
offset_top = 276.0
|
||||
offset_right = 382.0
|
||||
offset_bottom = 329.0
|
||||
script = ExtResource("5_io856")
|
||||
ID = "CreateProfile"
|
||||
script = ExtResource("5_q6x10")
|
||||
|
||||
[node name="MenuButton3" type="Button" parent="Control"]
|
||||
layout_mode = 0
|
||||
|
|
@ -62,8 +60,7 @@ offset_left = 9.0
|
|||
offset_top = 345.0
|
||||
offset_right = 382.0
|
||||
offset_bottom = 398.0
|
||||
script = ExtResource("5_io856")
|
||||
ID = "LoadProfile"
|
||||
script = ExtResource("5_q6x10")
|
||||
|
||||
[node name="MenuButton4" type="Button" parent="Control"]
|
||||
layout_mode = 0
|
||||
|
|
@ -71,8 +68,7 @@ offset_left = 9.0
|
|||
offset_top = 417.0
|
||||
offset_right = 382.0
|
||||
offset_bottom = 470.0
|
||||
script = ExtResource("5_io856")
|
||||
ID = "Settings"
|
||||
script = ExtResource("5_q6x10")
|
||||
|
||||
[node name="MenuButton5" type="Button" parent="Control"]
|
||||
layout_mode = 0
|
||||
|
|
@ -80,5 +76,4 @@ offset_left = 8.0
|
|||
offset_top = 488.0
|
||||
offset_right = 381.0
|
||||
offset_bottom = 541.0
|
||||
script = ExtResource("5_io856")
|
||||
ID = "ExitGame"
|
||||
script = ExtResource("5_q6x10")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue