Initial commit (1/2)
This commit is contained in:
commit
3411c5796d
66 changed files with 2261 additions and 0 deletions
84
scenes/MainMenu.tscn
Normal file
84
scenes/MainMenu.tscn
Normal file
|
|
@ -0,0 +1,84 @@
|
|||
[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="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"]
|
||||
|
||||
[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_3gb4s")
|
||||
|
||||
[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)
|
||||
StarsAmount = 100
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_right = 1280.0
|
||||
offset_bottom = 720.0
|
||||
|
||||
[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_io856")
|
||||
ID = "NewGame"
|
||||
|
||||
[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_io856")
|
||||
ID = "CreateProfile"
|
||||
|
||||
[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_io856")
|
||||
ID = "LoadProfile"
|
||||
|
||||
[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_io856")
|
||||
ID = "Settings"
|
||||
|
||||
[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_io856")
|
||||
ID = "ExitGame"
|
||||
Loading…
Add table
Add a link
Reference in a new issue