Major Changes including Options menu, logic blocks, modding system, and more.
This commit is contained in:
101
src/TitleMenu/CreateGameMenu.tscn
Normal file
101
src/TitleMenu/CreateGameMenu.tscn
Normal file
@@ -0,0 +1,101 @@
|
||||
[gd_scene format=3 uid="uid://dkgrn8n1on4ec"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://vasmmctflj8t" path="res://assets/KayKit_Restaurant_Bits_1.0_FREE/sample.png" id="1_bjcgj"]
|
||||
[ext_resource type="Script" uid="uid://b77y6vqplqeev" path="res://src/TitleMenu/CreateGameMenu.cs" id="1_tgp1f"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbkkfckoiohkh" path="res://assets/kenney_conveyor-kit/Previews/arrow.png" id="2_74aa3"]
|
||||
[ext_resource type="Texture2D" uid="uid://44xceef8lwa1" path="res://assets/kenney_conveyor-kit/Previews/box-large.png" id="3_tgp1f"]
|
||||
|
||||
[node name="CreateGameMenu" type="Control" unique_id=1233498611]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_tgp1f")
|
||||
|
||||
[node name="VBoxContainer" type="VSplitContainer" parent="." unique_id=2020351108]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
split_offsets = PackedInt32Array(44)
|
||||
split_offset = 44
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" unique_id=1173131569]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ExitButton" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=548336592]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "Back"
|
||||
|
||||
[node name="Title" type="Label" parent="VBoxContainer/HBoxContainer" unique_id=131542238]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 6
|
||||
text = "Create New Game"
|
||||
horizontal_alignment = 1
|
||||
|
||||
[node name="TabContainer" type="TabContainer" parent="VBoxContainer" unique_id=559373496]
|
||||
layout_mode = 2
|
||||
current_tab = 0
|
||||
|
||||
[node name="Scenario" type="TabBar" parent="VBoxContainer/TabContainer" unique_id=671278362]
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 0
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer/TabContainer/Scenario" unique_id=1613842078]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/TabContainer/Scenario/PanelContainer" unique_id=51747954]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="CenterContainer" type="CenterContainer" parent="VBoxContainer/TabContainer/Scenario/PanelContainer/VBoxContainer" unique_id=1298831420]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="TextureRect" type="TextureRect" parent="VBoxContainer/TabContainer/Scenario/PanelContainer/VBoxContainer/CenterContainer" unique_id=2081261267]
|
||||
unique_name_in_owner = true
|
||||
custom_minimum_size = Vector2(600, 0)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
texture = ExtResource("1_bjcgj")
|
||||
expand_mode = 5
|
||||
|
||||
[node name="ItemList" type="ItemList" parent="VBoxContainer/TabContainer/Scenario/PanelContainer/VBoxContainer" unique_id=2047092385]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
item_count = 2
|
||||
item_0/text = "Level One"
|
||||
item_0/icon = ExtResource("2_74aa3")
|
||||
item_1/text = "Level Two"
|
||||
item_1/icon = ExtResource("3_tgp1f")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/TabContainer/Scenario/PanelContainer/VBoxContainer" unique_id=119906153]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 8
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="VBoxContainer/TabContainer/Scenario/PanelContainer/VBoxContainer/HBoxContainer" unique_id=736846967]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
placeholder_text = "CompanyName"
|
||||
|
||||
[node name="NewGameButton" type="Button" parent="VBoxContainer/TabContainer/Scenario/PanelContainer/VBoxContainer/HBoxContainer" unique_id=609544107]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "New Game
|
||||
"
|
||||
|
||||
[node name="Custom" type="TabBar" parent="VBoxContainer/TabContainer" unique_id=1103500564]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 1
|
||||
Reference in New Issue
Block a user