uhhh
This commit is contained in:
parent
14f0200b50
commit
03c365890f
9 changed files with 117 additions and 139 deletions
48
start.tscn
48
start.tscn
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=14 format=3 uid="uid://bciy4rskxlowb"]
|
||||
[gd_scene load_steps=15 format=3 uid="uid://bciy4rskxlowb"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://t2iw8p1c6rq3" path="res://start.gd" id="1_g38d0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cm58nw8150cah" path="res://proluzbg.png" id="2_g38d0"]
|
||||
|
@ -9,6 +9,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://catqff7wmtny0" path="res://assets/icons/learning.svg" id="7_pob1m"]
|
||||
[ext_resource type="Texture2D" uid="uid://brso5ro5k1tri" path="res://assets/icons/extension.svg" id="8_gophc"]
|
||||
[ext_resource type="Texture2D" uid="uid://clnhbd4dggxmo" path="res://ProjektLuzidLogo.svg" id="8_pob1m"]
|
||||
[ext_resource type="PackedScene" uid="uid://bq0tfw61wpnlg" path="res://3rdparty/basic_bars_example.tscn" id="10_p0nl4"]
|
||||
|
||||
[sub_resource type="FontFile" id="FontFile_db7xr"]
|
||||
cache/0/16/0/ascent = 0.0
|
||||
|
@ -104,6 +105,7 @@ grow_vertical = 2
|
|||
script = ExtResource("1_g38d0")
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_right = 1.0
|
||||
|
@ -131,7 +133,7 @@ stretch_mode = 2
|
|||
[node name="AnimationPlayer" type="AnimationPlayer" parent="TextureRect/TextureRect2"]
|
||||
script = ExtResource("4_p0nl4")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="TextureRect"]
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 2
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
@ -140,15 +142,15 @@ theme_override_constants/margin_top = 20
|
|||
theme_override_constants/margin_right = 20
|
||||
theme_override_constants/margin_bottom = 20
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="TextureRect/MarginContainer"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="TextureRect/MarginContainer/HBoxContainer"]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="Label" type="Label" parent="TextureRect/MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
|
@ -156,7 +158,7 @@ text = "projektLuzid"
|
|||
label_settings = SubResource("LabelSettings_kenku")
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="PlayButton" type="Button" parent="TextureRect/MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="PlayButton" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 6
|
||||
|
@ -168,7 +170,7 @@ text = "play"
|
|||
flat = true
|
||||
alignment = 0
|
||||
|
||||
[node name="QuitButton" type="Button" parent="TextureRect/MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
[node name="QuitButton" type="Button" parent="MarginContainer/HBoxContainer/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 6
|
||||
|
@ -180,27 +182,27 @@ text = "quit"
|
|||
flat = true
|
||||
alignment = 0
|
||||
|
||||
[node name="LevelList" type="VBoxContainer" parent="TextureRect/MarginContainer/HBoxContainer"]
|
||||
[node name="LevelList" type="VBoxContainer" parent="MarginContainer/HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 4
|
||||
alignment = 1
|
||||
script = ExtResource("6_g38d0")
|
||||
|
||||
[node name="Label" type="Label" parent="TextureRect/MarginContainer/HBoxContainer/LevelList"]
|
||||
[node name="Label" type="Label" parent="MarginContainer/HBoxContainer/LevelList"]
|
||||
layout_mode = 2
|
||||
text = "Core layer"
|
||||
label_settings = SubResource("LabelSettings_onc8m")
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="Label3" type="Label" parent="TextureRect/MarginContainer/HBoxContainer/LevelList"]
|
||||
[node name="Label3" type="Label" parent="MarginContainer/HBoxContainer/LevelList"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
text = "- awawa"
|
||||
label_settings = SubResource("LabelSettings_ep3pr")
|
||||
horizontal_alignment = 2
|
||||
|
||||
[node name="bLEVEL1" type="Button" parent="TextureRect/MarginContainer/HBoxContainer/LevelList"]
|
||||
[node name="bLEVEL1" type="Button" parent="MarginContainer/HBoxContainer/LevelList"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
theme_override_fonts/font = ExtResource("5_da165")
|
||||
|
@ -210,7 +212,7 @@ alignment = 0
|
|||
icon_alignment = 2
|
||||
expand_icon = true
|
||||
|
||||
[node name="bLEVEL2" type="Button" parent="TextureRect/MarginContainer/HBoxContainer/LevelList"]
|
||||
[node name="bLEVEL2" type="Button" parent="MarginContainer/HBoxContainer/LevelList"]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
theme_override_fonts/font = ExtResource("5_da165")
|
||||
|
@ -220,7 +222,7 @@ alignment = 0
|
|||
icon_alignment = 2
|
||||
expand_icon = true
|
||||
|
||||
[node name="bLEVEL3" type="Button" parent="TextureRect/MarginContainer/HBoxContainer/LevelList"]
|
||||
[node name="bLEVEL3" type="Button" parent="MarginContainer/HBoxContainer/LevelList"]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
|
@ -232,7 +234,23 @@ alignment = 0
|
|||
icon_alignment = 2
|
||||
expand_icon = true
|
||||
|
||||
[node name="BasicBarsExample" parent="." instance=ExtResource("10_p0nl4")]
|
||||
custom_minimum_size = Vector2(5, 5)
|
||||
layout_mode = 1
|
||||
anchors_preset = 12
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -10.0
|
||||
offset_right = 0.0
|
||||
offset_bottom = 0.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 0
|
||||
script = null
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
|
||||
[connection signal="pressed" from="TextureRect/MarginContainer/HBoxContainer/VBoxContainer/PlayButton" to="." method="_start_button_pressed"]
|
||||
[connection signal="pressed" from="TextureRect/MarginContainer/HBoxContainer/VBoxContainer/QuitButton" to="." method="_quit_button_pressed"]
|
||||
[node name="Node2D" type="Node2D" parent="."]
|
||||
|
||||
[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/PlayButton" to="." method="_start_button_pressed"]
|
||||
[connection signal="pressed" from="MarginContainer/HBoxContainer/VBoxContainer/QuitButton" to="." method="_quit_button_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue