updated to godot 4.6

This commit is contained in:
2026-01-28 13:42:26 +11:00
parent 5bbc2c0cb0
commit 6f1105cdbe
795 changed files with 5616 additions and 2077 deletions

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=7 format=3 uid="uid://bc6m3cluulpis"]
[gd_scene format=3 uid="uid://bc6m3cluulpis"]
[ext_resource type="Script" uid="uid://plrd0ckxrabh" path="res://UI/Menus/CharacterSelect/character_select.gd" id="1_lqqhx"]
[ext_resource type="Script" uid="uid://b1ucgfqilvr67" path="res://UI/Menus/CharacterSelect/character_preview.gd" id="9_8d0rx"]
@@ -18,26 +18,26 @@ sky = SubResource("Sky_atdxu")
tonemap_mode = 2
glow_enabled = true
[node name="CharacterSelect" type="Node3D" node_paths=PackedStringArray("hero_preview_panel")]
[node name="CharacterSelect" type="Node3D" unique_id=436729461 node_paths=PackedStringArray("hero_preview_panel")]
script = ExtResource("1_lqqhx")
hero_preview_panel = NodePath("PanelContainer")
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=1371630210]
environment = SubResource("Environment_pq6wd")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="."]
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1239254279]
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 0, 0)
light_energy = 0.0
shadow_enabled = true
[node name="Node3D" type="Node3D" parent="."]
[node name="Node3D" type="Node3D" parent="." unique_id=1629857614]
[node name="Camera3D" type="Camera3D" parent="Node3D"]
[node name="Camera3D" type="Camera3D" parent="Node3D" unique_id=1488123111]
transform = Transform3D(1, 0, 0, 0, 0.976893, 0.21373, 0, -0.21373, 0.976893, 0, 2.25535, 10.9009)
cull_mask = 1047553
fov = 39.4
[node name="PanelContainer" type="PanelContainer" parent="." node_paths=PackedStringArray("tower_label_container", "hero_name_label")]
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=39844487 node_paths=PackedStringArray("tower_label_container", "hero_name_label")]
anchors_preset = -1
anchor_left = 0.05
anchor_top = 0.5
@@ -49,23 +49,23 @@ tower_label_scene = ExtResource("10_jdigy")
tower_label_container = NodePath("HBoxContainer2/HBoxContainer")
hero_name_label = NodePath("HBoxContainer2/Label")
[node name="HBoxContainer2" type="VBoxContainer" parent="PanelContainer"]
[node name="HBoxContainer2" type="VBoxContainer" parent="PanelContainer" unique_id=190920841]
layout_mode = 2
[node name="Label" type="Label" parent="PanelContainer/HBoxContainer2"]
[node name="Label" type="Label" parent="PanelContainer/HBoxContainer2" unique_id=728476760]
auto_translate_mode = 2
layout_mode = 2
text = "character name"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HSeparator" type="HSeparator" parent="PanelContainer/HBoxContainer2"]
[node name="HSeparator" type="HSeparator" parent="PanelContainer/HBoxContainer2" unique_id=984564366]
layout_mode = 2
[node name="HBoxContainer" type="VBoxContainer" parent="PanelContainer/HBoxContainer2"]
[node name="HBoxContainer" type="VBoxContainer" parent="PanelContainer/HBoxContainer2" unique_id=1179176427]
layout_mode = 2
[node name="Controls" type="VBoxContainer" parent="."]
[node name="Controls" type="VBoxContainer" parent="." unique_id=1200198613]
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.95
@@ -74,22 +74,22 @@ anchor_bottom = 0.95
grow_horizontal = 2
grow_vertical = 0
[node name="HBoxContainer" type="HBoxContainer" parent="Controls"]
[node name="HBoxContainer" type="HBoxContainer" parent="Controls" unique_id=1966478987]
layout_mode = 2
[node name="PrevButton" type="Button" parent="Controls/HBoxContainer"]
[node name="PrevButton" type="Button" parent="Controls/HBoxContainer" unique_id=1857725137]
layout_mode = 2
text = "BUTTON_PREVIOUS"
[node name="NextButton" type="Button" parent="Controls/HBoxContainer"]
[node name="NextButton" type="Button" parent="Controls/HBoxContainer" unique_id=1088756994]
layout_mode = 2
text = "BUTTON_NEXT"
[node name="ConfirmButton" type="Button" parent="Controls"]
[node name="ConfirmButton" type="Button" parent="Controls" unique_id=1693979285]
layout_mode = 2
text = "BUTTON_CONFIRM"
[node name="Podiums" type="Node3D" parent="."]
[node name="Podiums" type="Node3D" parent="." unique_id=743227295]
[connection signal="pressed" from="Controls/HBoxContainer/PrevButton" to="." method="retreat_selector"]
[connection signal="pressed" from="Controls/HBoxContainer/NextButton" to="." method="advance_selector"]

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://b5hp43bm07b8a"]
[gd_scene format=3 uid="uid://b5hp43bm07b8a"]
[ext_resource type="Script" uid="uid://b0h5oewxd48lv" path="res://UI/Menus/GameEndScreen/enemy_row.gd" id="1_th4b3"]
[node name="EnemyRow" type="VBoxContainer" node_paths=PackedStringArray("wave_label", "enemy_hbox")]
[node name="EnemyRow" type="VBoxContainer" unique_id=1785212437 node_paths=PackedStringArray("wave_label", "enemy_hbox")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -12,9 +12,9 @@ script = ExtResource("1_th4b3")
wave_label = NodePath("WaveLabel")
enemy_hbox = NodePath("Enemies")
[node name="WaveLabel" type="Label" parent="."]
[node name="WaveLabel" type="Label" parent="." unique_id=751370519]
layout_mode = 2
text = "LABEL_WAVE"
[node name="Enemies" type="HBoxContainer" parent="."]
[node name="Enemies" type="HBoxContainer" parent="." unique_id=1511803695]
layout_mode = 2

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=5 format=3 uid="uid://ce0m8vbjbng6o"]
[gd_scene format=3 uid="uid://ce0m8vbjbng6o"]
[ext_resource type="Script" uid="uid://bdknvktw033g3" path="res://UI/Menus/GameEndScreen/game_end_screen.gd" id="1_oa7nq"]
[ext_resource type="PackedScene" uid="uid://b5hp43bm07b8a" path="res://UI/Menus/GameEndScreen/enemy_row.tscn" id="2_xm8em"]
@@ -9,7 +9,7 @@ random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("3_ro1yg")
[node name="GameEndScreen" type="PanelContainer" node_paths=PackedStringArray("outcome_label", "winrate_label", "total_games_label", "total_wins_label", "total_losses_label", "undefeated_enemies")]
[node name="GameEndScreen" type="PanelContainer" unique_id=385780924 node_paths=PackedStringArray("outcome_label", "winrate_label", "total_games_label", "total_wins_label", "total_losses_label", "undefeated_enemies")]
anchors_preset = -1
anchor_left = 0.05
anchor_top = 0.05
@@ -26,33 +26,33 @@ total_wins_label = NodePath("VBoxContainer/Labels/VBoxContainer/HBoxContainer3/W
total_losses_label = NodePath("VBoxContainer/Labels/VBoxContainer/HBoxContainer4/WinRateLabel5")
undefeated_enemies = NodePath("VBoxContainer/ScrollContainer/UndefeatedEnemies")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1602527228]
layout_mode = 2
[node name="Labels" type="VBoxContainer" parent="VBoxContainer"]
[node name="Labels" type="VBoxContainer" parent="VBoxContainer" unique_id=786722908]
layout_mode = 2
alignment = 1
[node name="OutcomeLabel" type="Label" parent="VBoxContainer/Labels"]
[node name="OutcomeLabel" type="Label" parent="VBoxContainer/Labels" unique_id=132993466]
layout_mode = 2
text = "LABEL_WIN_MESSAGE"
horizontal_alignment = 1
vertical_alignment = 1
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/Labels"]
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/Labels" unique_id=84006447]
layout_mode = 2
size_flags_horizontal = 4
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer" unique_id=707771486]
layout_mode = 2
[node name="WinRateLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer"]
[node name="WinRateLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer" unique_id=335128429]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_WINRATE"
vertical_alignment = 1
[node name="WinRateLabel2" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer"]
[node name="WinRateLabel2" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer" unique_id=597730893]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -60,16 +60,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer"]
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer" unique_id=529298520]
layout_mode = 2
[node name="TotalGamesLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer2"]
[node name="TotalGamesLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer2" unique_id=1090711143]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_GAMES"
vertical_alignment = 1
[node name="WinRateLabel3" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer2"]
[node name="WinRateLabel3" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer2" unique_id=1346901729]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -77,16 +77,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer"]
[node name="HBoxContainer3" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer" unique_id=1084468622]
layout_mode = 2
[node name="TotalWinsLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer3"]
[node name="TotalWinsLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer3" unique_id=1320799082]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_WINS"
vertical_alignment = 1
[node name="WinRateLabel4" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer3"]
[node name="WinRateLabel4" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer3" unique_id=16447985]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -94,16 +94,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer"]
[node name="HBoxContainer4" type="HBoxContainer" parent="VBoxContainer/Labels/VBoxContainer" unique_id=1326560529]
layout_mode = 2
[node name="TotalLossesLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer4"]
[node name="TotalLossesLabel" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer4" unique_id=1596583596]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_LOSSES"
vertical_alignment = 1
[node name="WinRateLabel5" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer4"]
[node name="WinRateLabel5" type="Label" parent="VBoxContainer/Labels/VBoxContainer/HBoxContainer4" unique_id=934370969]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -111,27 +111,27 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer" unique_id=1827543223]
layout_mode = 2
size_flags_vertical = 3
[node name="UndefeatedEnemies" type="VBoxContainer" parent="VBoxContainer/ScrollContainer"]
[node name="UndefeatedEnemies" type="VBoxContainer" parent="VBoxContainer/ScrollContainer" unique_id=1470052916]
layout_mode = 2
size_flags_vertical = 3
[node name="Buttons" type="HBoxContainer" parent="VBoxContainer"]
[node name="Buttons" type="HBoxContainer" parent="VBoxContainer" unique_id=1225984919]
layout_mode = 2
alignment = 2
[node name="PlayButton" type="Button" parent="VBoxContainer/Buttons"]
[node name="PlayButton" type="Button" parent="VBoxContainer/Buttons" unique_id=774071211]
layout_mode = 2
text = "BUTTON_RESTART"
[node name="QuitButton" type="Button" parent="VBoxContainer/Buttons"]
[node name="QuitButton" type="Button" parent="VBoxContainer/Buttons" unique_id=2059159081]
layout_mode = 2
text = "BUTTON_MAIN_MENU"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1265670542]
stream = SubResource("AudioStreamRandomizer_dram5")
bus = &"SFX"

View File

@@ -1,16 +1,13 @@
[gd_scene load_steps=13 format=3 uid="uid://8yv7excojcg0"]
[gd_scene format=3 uid="uid://8yv7excojcg0"]
[ext_resource type="Script" uid="uid://ci8vq73u23viy" path="res://Scenes/Menus/MainMenu/main_menu.gd" id="2_ivytu"]
[ext_resource type="AudioStream" uid="uid://cp6ph4ra7u5rk" path="res://Scenes/UI/drop_003.ogg" id="5_cwn2i"]
[ext_resource type="Script" uid="uid://ci8vq73u23viy" path="res://UI/Menus/MainMenu/main_menu.gd" id="2_ivytu"]
[ext_resource type="AudioStream" uid="uid://cp6ph4ra7u5rk" path="res://UI/drop_003.ogg" id="5_cwn2i"]
[ext_resource type="Texture2D" uid="uid://cr1ucbuw3iotp" path="res://Assets/Textures/first_win_achievements.png" id="15_74epv"]
[ext_resource type="Script" uid="uid://cjr0pbqisd51v" path="res://UI/Menus/MainMenu/achievements_menu.gd" id="15_sv1gy"]
[ext_resource type="Texture2D" uid="uid://cpa1hl36xfplg" path="res://Assets/Textures/first_scroll_seen.png" id="16_sv1gy"]
[ext_resource type="Texture2D" uid="uid://ctbi3gm1me1t5" path="res://Assets/Textures/unlock_mage_achievement.png" id="17_6t4jd"]
[ext_resource type="Script" uid="uid://cxrm2naq75jo1" path="res://Scripts/mod_menu.gd" id="19_6t4jd"]
[sub_resource type="ViewportTexture" id="ViewportTexture_5u75i"]
viewport_path = NodePath("SubViewport")
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_2jyua"]
random_pitch = 1.1
streams_count = 1
@@ -28,7 +25,7 @@ region = Rect2(0, 0, 36, 36)
atlas = ExtResource("17_6t4jd")
region = Rect2(0, 0, 36, 36)
[node name="MainMenu" type="Control" node_paths=PackedStringArray("game_select_menu", "main_controls", "seed_entry", "profile_controls", "mods_controls")]
[node name="MainMenu" type="Control" unique_id=869930777 node_paths=PackedStringArray("game_select_menu", "main_controls", "seed_entry", "profile_controls", "mods_controls")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -43,7 +40,7 @@ seed_entry = NodePath("GameSelectMenu/VBoxContainer/HBoxContainer2/LineEdit")
profile_controls = NodePath("ProfileManager")
mods_controls = NodePath("ModsMenu")
[node name="ColorRect" type="ColorRect" parent="."]
[node name="ColorRect" type="ColorRect" parent="." unique_id=346340567]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -52,7 +49,7 @@ grow_horizontal = 2
grow_vertical = 2
color = Color(0.5176471, 0.60784316, 0.89411765, 1)
[node name="TitleLabel" type="Label" parent="."]
[node name="TitleLabel" type="Label" parent="." unique_id=1731106766]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
@@ -62,7 +59,7 @@ text = "TITLE_GAME_NAME"
horizontal_alignment = 1
vertical_alignment = 1
[node name="MainControls" type="VBoxContainer" parent="."]
[node name="MainControls" type="VBoxContainer" parent="." unique_id=923552840]
custom_minimum_size = Vector2(80, 0)
layout_mode = 1
anchors_preset = -1
@@ -74,32 +71,32 @@ grow_horizontal = 2
grow_vertical = 0
alignment = 2
[node name="PlayButton" type="Button" parent="MainControls"]
[node name="PlayButton" type="Button" parent="MainControls" unique_id=966021827]
layout_mode = 2
text = "BUTTON_PLAY"
[node name="ModsButton" type="Button" parent="MainControls"]
[node name="ModsButton" type="Button" parent="MainControls" unique_id=868836389]
layout_mode = 2
text = "BUTTON_MODS"
[node name="StatsButton" type="Button" parent="MainControls"]
[node name="StatsButton" type="Button" parent="MainControls" unique_id=469365040]
layout_mode = 2
text = "BUTTON_PLAYER_STATS"
[node name="OptionsButton" type="Button" parent="MainControls"]
[node name="OptionsButton" type="Button" parent="MainControls" unique_id=861161627]
layout_mode = 2
text = "BUTTON_OPTIONS
"
[node name="QuitButton" type="Button" parent="MainControls"]
[node name="QuitButton" type="Button" parent="MainControls" unique_id=1786709622]
layout_mode = 2
text = "BUTTON_QUIT"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=422058960]
stream = SubResource("AudioStreamRandomizer_2jyua")
bus = &"SFX"
[node name="GameSelectMenu" type="PanelContainer" parent="."]
[node name="GameSelectMenu" type="PanelContainer" parent="." unique_id=1604474538]
visible = false
layout_mode = 1
anchors_preset = 8
@@ -114,46 +111,46 @@ offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="GameSelectMenu"]
[node name="VBoxContainer" type="VBoxContainer" parent="GameSelectMenu" unique_id=872284999]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="GameSelectMenu/VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="GameSelectMenu/VBoxContainer" unique_id=428793094]
layout_mode = 2
[node name="BackButton" type="Button" parent="GameSelectMenu/VBoxContainer/HBoxContainer"]
[node name="BackButton" type="Button" parent="GameSelectMenu/VBoxContainer/HBoxContainer" unique_id=403559950]
layout_mode = 2
text = "BUTTON_BACK"
[node name="Title" type="Label" parent="GameSelectMenu/VBoxContainer"]
[node name="Title" type="Label" parent="GameSelectMenu/VBoxContainer" unique_id=1718021793]
layout_mode = 2
text = "LABEL_GAME_MODE_SELECT"
[node name="StandardButton" type="Button" parent="GameSelectMenu/VBoxContainer"]
[node name="StandardButton" type="Button" parent="GameSelectMenu/VBoxContainer" unique_id=1984093514]
layout_mode = 2
text = "BUTTON_STANDARD_GAME"
[node name="DailyButton" type="Button" parent="GameSelectMenu/VBoxContainer"]
[node name="DailyButton" type="Button" parent="GameSelectMenu/VBoxContainer" unique_id=320912704]
layout_mode = 2
text = "BUTTON_DAILY_CHALLENGE"
[node name="EndlessButton" type="Button" parent="GameSelectMenu/VBoxContainer"]
[node name="EndlessButton" type="Button" parent="GameSelectMenu/VBoxContainer" unique_id=417225239]
layout_mode = 2
text = "BUTTON_ENDLESS_GAME"
[node name="HBoxContainer2" type="HBoxContainer" parent="GameSelectMenu/VBoxContainer"]
[node name="HBoxContainer2" type="HBoxContainer" parent="GameSelectMenu/VBoxContainer" unique_id=1279231572]
layout_mode = 2
[node name="Label" type="Label" parent="GameSelectMenu/VBoxContainer/HBoxContainer2"]
[node name="Label" type="Label" parent="GameSelectMenu/VBoxContainer/HBoxContainer2" unique_id=2055624607]
layout_mode = 2
text = "LABEL_SEED"
[node name="LineEdit" type="LineEdit" parent="GameSelectMenu/VBoxContainer/HBoxContainer2"]
[node name="LineEdit" type="LineEdit" parent="GameSelectMenu/VBoxContainer/HBoxContainer2" unique_id=474246153]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "LABEL_SEED_PLACEHOLDER"
expand_to_text_length = true
[node name="ProfileManager" type="PanelContainer" parent="."]
[node name="ProfileManager" type="PanelContainer" parent="." unique_id=1344908572]
visible = false
layout_mode = 1
anchors_preset = 8
@@ -168,46 +165,46 @@ offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="ProfileManager"]
[node name="VBoxContainer" type="VBoxContainer" parent="ProfileManager" unique_id=539287205]
layout_mode = 2
[node name="TitleBar" type="Label" parent="ProfileManager/VBoxContainer"]
[node name="TitleBar" type="Label" parent="ProfileManager/VBoxContainer" unique_id=1638206531]
layout_mode = 2
text = "TITLE_STATS_MENU"
[node name="DisplayName" type="HBoxContainer" parent="ProfileManager/VBoxContainer"]
[node name="DisplayName" type="HBoxContainer" parent="ProfileManager/VBoxContainer" unique_id=305221291]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/DisplayName"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/DisplayName" unique_id=1105359110]
layout_mode = 2
text = "LABEL_DISPLAY_NAME"
[node name="LineEdit" type="LineEdit" parent="ProfileManager/VBoxContainer/DisplayName"]
[node name="LineEdit" type="LineEdit" parent="ProfileManager/VBoxContainer/DisplayName" unique_id=1566276326]
layout_mode = 2
size_flags_horizontal = 3
placeholder_text = "LABEL_DISPLAY_NAME_PLACEHOLDER"
alignment = 1
expand_to_text_length = true
[node name="Stats" type="VBoxContainer" parent="ProfileManager/VBoxContainer"]
[node name="Stats" type="VBoxContainer" parent="ProfileManager/VBoxContainer" unique_id=578265141]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats" unique_id=1171792490]
layout_mode = 2
text = "LABEL_STATS"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Games" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats"]
[node name="Games" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats" unique_id=289500149]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Games"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Games" unique_id=1710677379]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_GAMES"
vertical_alignment = 1
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Games"]
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Games" unique_id=801621266]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -215,16 +212,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="Wins" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats"]
[node name="Wins" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats" unique_id=52829433]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Wins"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Wins" unique_id=566213754]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_WINS"
vertical_alignment = 1
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Wins"]
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Wins" unique_id=1346652117]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -232,16 +229,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="Losses" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats"]
[node name="Losses" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats" unique_id=1693847488]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Losses"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Losses" unique_id=1377334116]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_LOSSES"
vertical_alignment = 1
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Losses"]
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Losses" unique_id=1863506281]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -249,16 +246,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="Winrate" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats"]
[node name="Winrate" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats" unique_id=443313052]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Winrate"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/Winrate" unique_id=1231183322]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_WINRATE"
vertical_alignment = 1
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Winrate"]
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/Winrate" unique_id=2069320970]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -266,16 +263,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="EngineerCardsBought" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats"]
[node name="EngineerCardsBought" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats" unique_id=1776121901]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/EngineerCardsBought"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/EngineerCardsBought" unique_id=1170236283]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_ENGINEER_CARDS_BOUGHT"
vertical_alignment = 1
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/EngineerCardsBought"]
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/EngineerCardsBought" unique_id=1887374490]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -283,16 +280,16 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="MageCardsBought" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats"]
[node name="MageCardsBought" type="HBoxContainer" parent="ProfileManager/VBoxContainer/Stats" unique_id=920990804]
layout_mode = 2
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/MageCardsBought"]
[node name="Label" type="Label" parent="ProfileManager/VBoxContainer/Stats/MageCardsBought" unique_id=826470841]
layout_mode = 2
size_flags_horizontal = 3
text = "LABEL_MAGE_CARDS_BOUGHT"
vertical_alignment = 1
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/MageCardsBought"]
[node name="Label2" type="Label" parent="ProfileManager/VBoxContainer/Stats/MageCardsBought" unique_id=340339771]
auto_translate_mode = 2
layout_mode = 2
size_flags_horizontal = 3
@@ -300,32 +297,32 @@ text = "0"
horizontal_alignment = 2
vertical_alignment = 1
[node name="UnlockAll" type="Button" parent="ProfileManager/VBoxContainer"]
[node name="UnlockAll" type="Button" parent="ProfileManager/VBoxContainer" unique_id=436251634]
layout_mode = 2
text = "BUTTON_UNLOCK_CONTENT"
[node name="LockAll" type="Button" parent="ProfileManager/VBoxContainer"]
[node name="LockAll" type="Button" parent="ProfileManager/VBoxContainer" unique_id=2000313619]
layout_mode = 2
text = "BUTTON_LOCK_CONTENT"
[node name="AchievementsButton" type="Button" parent="ProfileManager/VBoxContainer"]
[node name="AchievementsButton" type="Button" parent="ProfileManager/VBoxContainer" unique_id=269010635]
layout_mode = 2
text = "BUTTON_ACHIEVEMENTS"
[node name="Controls" type="HBoxContainer" parent="ProfileManager/VBoxContainer"]
[node name="Controls" type="HBoxContainer" parent="ProfileManager/VBoxContainer" unique_id=1243400084]
layout_mode = 2
[node name="Cancel" type="Button" parent="ProfileManager/VBoxContainer/Controls"]
[node name="Cancel" type="Button" parent="ProfileManager/VBoxContainer/Controls" unique_id=860932187]
layout_mode = 2
size_flags_horizontal = 3
text = "BUTTON_CANCEL"
[node name="Confirm" type="Button" parent="ProfileManager/VBoxContainer/Controls"]
[node name="Confirm" type="Button" parent="ProfileManager/VBoxContainer/Controls" unique_id=733481456]
layout_mode = 2
size_flags_horizontal = 3
text = "BUTTON_CONFIRM"
[node name="AchievementsMenu" type="PanelContainer" parent="."]
[node name="AchievementsMenu" type="PanelContainer" parent="." unique_id=40577774]
visible = false
layout_mode = 1
anchors_preset = 8
@@ -341,28 +338,28 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("15_sv1gy")
[node name="VBoxContainer" type="VBoxContainer" parent="AchievementsMenu"]
[node name="VBoxContainer" type="VBoxContainer" parent="AchievementsMenu" unique_id=1577211234]
layout_mode = 2
[node name="HBoxContainer" type="HBoxContainer" parent="AchievementsMenu/VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="AchievementsMenu/VBoxContainer" unique_id=1021884308]
layout_mode = 2
[node name="Label" type="Label" parent="AchievementsMenu/VBoxContainer/HBoxContainer"]
[node name="Label" type="Label" parent="AchievementsMenu/VBoxContainer/HBoxContainer" unique_id=528769598]
layout_mode = 2
size_flags_horizontal = 3
text = "TITLE_ACHIEVEMENTS"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Button" type="Button" parent="AchievementsMenu/VBoxContainer/HBoxContainer"]
[node name="Button" type="Button" parent="AchievementsMenu/VBoxContainer/HBoxContainer" unique_id=1889222807]
layout_mode = 2
text = "BUTTON_BACK"
[node name="GridContainer" type="GridContainer" parent="AchievementsMenu/VBoxContainer"]
[node name="GridContainer" type="GridContainer" parent="AchievementsMenu/VBoxContainer" unique_id=2035992168]
layout_mode = 2
columns = 9
[node name="FirstWin" type="Button" parent="AchievementsMenu/VBoxContainer/GridContainer"]
[node name="FirstWin" type="Button" parent="AchievementsMenu/VBoxContainer/GridContainer" unique_id=499912902]
custom_minimum_size = Vector2(140, 140)
layout_mode = 2
tooltip_text = "ACHIEVEMENT_TOOLTIP_WIN_GAME"
@@ -370,7 +367,7 @@ icon = SubResource("AtlasTexture_y5bw6")
icon_alignment = 1
expand_icon = true
[node name="SeenMageCard" type="Button" parent="AchievementsMenu/VBoxContainer/GridContainer"]
[node name="SeenMageCard" type="Button" parent="AchievementsMenu/VBoxContainer/GridContainer" unique_id=882043194]
custom_minimum_size = Vector2(140, 140)
layout_mode = 2
tooltip_text = "ACHIEVEMENT_TOOLTIP_BUY_MAGE_CARD"
@@ -378,7 +375,7 @@ icon = SubResource("AtlasTexture_q26na")
icon_alignment = 1
expand_icon = true
[node name="UnlockedMage" type="Button" parent="AchievementsMenu/VBoxContainer/GridContainer"]
[node name="UnlockedMage" type="Button" parent="AchievementsMenu/VBoxContainer/GridContainer" unique_id=539348371]
custom_minimum_size = Vector2(140, 140)
layout_mode = 2
tooltip_text = "ACHIEVEMENT_TOOLTIP_UNLOCK_MAGE"
@@ -386,7 +383,7 @@ icon = SubResource("AtlasTexture_3aj5m")
icon_alignment = 1
expand_icon = true
[node name="ModsMenu" type="PanelContainer" parent="."]
[node name="ModsMenu" type="PanelContainer" parent="." unique_id=1219411456]
visible = false
layout_mode = 1
anchors_preset = -1
@@ -398,32 +395,32 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("19_6t4jd")
[node name="VBoxContainer" type="VBoxContainer" parent="ModsMenu"]
[node name="VBoxContainer" type="VBoxContainer" parent="ModsMenu" unique_id=604343120]
layout_mode = 2
[node name="Label" type="Label" parent="ModsMenu/VBoxContainer"]
[node name="Label" type="Label" parent="ModsMenu/VBoxContainer" unique_id=773057029]
layout_mode = 2
text = "TITLE_MODS"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ScrollContainer" type="ScrollContainer" parent="ModsMenu/VBoxContainer"]
[node name="ScrollContainer" type="ScrollContainer" parent="ModsMenu/VBoxContainer" unique_id=570439123]
layout_mode = 2
size_flags_vertical = 3
[node name="VBoxContainer" type="VBoxContainer" parent="ModsMenu/VBoxContainer/ScrollContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="ModsMenu/VBoxContainer/ScrollContainer" unique_id=1157309990]
layout_mode = 2
size_flags_horizontal = 3
[node name="HBoxContainer" type="HBoxContainer" parent="ModsMenu/VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="ModsMenu/VBoxContainer" unique_id=91693076]
layout_mode = 2
alignment = 2
[node name="CancelMods" type="Button" parent="ModsMenu/VBoxContainer/HBoxContainer"]
[node name="CancelMods" type="Button" parent="ModsMenu/VBoxContainer/HBoxContainer" unique_id=476511006]
layout_mode = 2
text = "BUTTON_CANCEL"
[node name="ConfirmMods" type="Button" parent="ModsMenu/VBoxContainer/HBoxContainer"]
[node name="ConfirmMods" type="Button" parent="ModsMenu/VBoxContainer/HBoxContainer" unique_id=1767774211]
layout_mode = 2
text = "BUTTON_CONFIRM"

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=3 format=3 uid="uid://dekexkjl37dvh"]
[gd_scene format=3 uid="uid://dekexkjl37dvh"]
[ext_resource type="Script" uid="uid://bs73eocafngiu" path="res://UI/Menus/MixingMenu/price_panel.gd" id="1_sn84y"]
@@ -6,7 +6,7 @@
bg_color = Color(0.2702219, 0.27022195, 0.27022177, 0.09019608)
corner_detail = 1
[node name="Control" type="PanelContainer" node_paths=PackedStringArray("label")]
[node name="Control" type="PanelContainer" unique_id=37062579 node_paths=PackedStringArray("label")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -17,7 +17,7 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_517dt")
script = ExtResource("1_sn84y")
label = NodePath("Label")
[node name="Label" type="Label" parent="."]
[node name="Label" type="Label" parent="." unique_id=66237136]
layout_mode = 2
text = "$15"
horizontal_alignment = 1

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=7 format=3 uid="uid://bajli4d3nqwll"]
[gd_scene format=3 uid="uid://bajli4d3nqwll"]
[ext_resource type="PackedScene" uid="uid://c8xdsg6gtwvh3" path="res://UI/FeatureUI/feature_ui.tscn" id="1_y6tpq"]
[ext_resource type="Script" uid="uid://mrv5vrlxfc13" path="res://UI/Menus/MixingMenu/track_editor.gd" id="1_yrnbk"]
@@ -7,7 +7,7 @@
[ext_resource type="Texture2D" uid="uid://cll2vlvf1h454" path="res://UI/Themes/Scale1/track_one_patch.png" id="4_dya4i"]
[ext_resource type="Texture2D" uid="uid://cvhkk22pxxuqj" path="res://UI/Themes/Scale1/track_two_patch.png" id="5_4gmyw"]
[node name="TrackEditor" type="Control" node_paths=PackedStringArray("drag_feature", "sample_library", "tower_parts", "weapon_parts", "drop_down", "card_desc", "price_label", "money_label", "confirm_button", "switch_button")]
[node name="TrackEditor" type="Control" unique_id=1189474502 node_paths=PackedStringArray("drag_feature", "sample_library", "tower_parts", "weapon_parts", "drop_down", "card_desc", "price_label", "money_label", "confirm_button", "switch_button")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -28,7 +28,7 @@ money_label = NodePath("PanelContainer/VBoxContainer/Tracks/SourceCartridge/Marg
confirm_button = NodePath("PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/Controls/ConfirmButton")
switch_button = NodePath("PanelContainer/VBoxContainer/InfoPanel/VBoxContainer/Button")
[node name="PanelContainer" type="PanelContainer" parent="."]
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=1962957964]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.02
@@ -38,64 +38,64 @@ anchor_bottom = 0.98
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer" unique_id=52145940]
layout_mode = 2
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer"]
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer" unique_id=1297899052]
layout_mode = 2
text = "TITLE_REMIX"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Tracks" type="VBoxContainer" parent="PanelContainer/VBoxContainer"]
[node name="Tracks" type="VBoxContainer" parent="PanelContainer/VBoxContainer" unique_id=569992226]
layout_mode = 2
size_flags_vertical = 3
[node name="SourceCartridge" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks"]
[node name="SourceCartridge" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks" unique_id=931537259]
layout_mode = 2
[node name="MarginContainer2" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge"]
[node name="MarginContainer2" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge" unique_id=1025925653]
layout_mode = 2
size_flags_horizontal = 3
[node name="CassetteSelector" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge"]
[node name="CassetteSelector" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge" unique_id=1362428608]
layout_mode = 2
size_flags_horizontal = 3
[node name="OptionButton" type="OptionButton" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/CassetteSelector"]
[node name="OptionButton" type="OptionButton" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/CassetteSelector" unique_id=2057426198]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
alignment = 1
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge"]
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge" unique_id=56504458]
layout_mode = 2
size_flags_horizontal = 3
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/MarginContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/MarginContainer" unique_id=401386073]
layout_mode = 2
[node name="MoneyLabel" type="Label" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/MarginContainer/VBoxContainer"]
[node name="MoneyLabel" type="Label" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/MarginContainer/VBoxContainer" unique_id=1228771446]
layout_mode = 2
size_flags_vertical = 1
text = "Coins: $0"
horizontal_alignment = 1
vertical_alignment = 1
[node name="PriceLabel" type="Label" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/MarginContainer/VBoxContainer"]
[node name="PriceLabel" type="Label" parent="PanelContainer/VBoxContainer/Tracks/SourceCartridge/MarginContainer/VBoxContainer" unique_id=10984916]
layout_mode = 2
size_flags_vertical = 1
text = "Price: $0"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks"]
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks" unique_id=1364917513]
layout_mode = 2
[node name="Labels" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer"]
[node name="Labels" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer" unique_id=710296334]
layout_mode = 2
[node name="Tower" type="Label" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/Labels"]
[node name="Tower" type="Label" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/Labels" unique_id=289304279]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 7
@@ -103,7 +103,7 @@ text = "LABEL_TOWER_TRACK"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Weapon" type="Label" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/Labels"]
[node name="Weapon" type="Label" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/Labels" unique_id=1334584466]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 7
@@ -111,16 +111,16 @@ text = "LABEL_WEAPON_TRACK"
horizontal_alignment = 1
vertical_alignment = 1
[node name="TrackUIs" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer"]
[node name="TrackUIs" type="VBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer" unique_id=1502640378]
layout_mode = 2
size_flags_horizontal = 3
[node name="Tower" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs"]
[node name="Tower" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs" unique_id=1754951909]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 4.0
[node name="NinePatchRect" type="NinePatchRect" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Tower"]
[node name="NinePatchRect" type="NinePatchRect" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Tower" unique_id=1043876948]
layout_mode = 2
texture = ExtResource("5_4gmyw")
patch_margin_left = 1
@@ -128,24 +128,24 @@ patch_margin_top = 1
patch_margin_right = 1
patch_margin_bottom = 1
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Tower"]
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Tower" unique_id=2041795880]
layout_mode = 2
theme_override_constants/margin_left = 4
theme_override_constants/margin_top = 4
theme_override_constants/margin_right = 4
theme_override_constants/margin_bottom = 4
[node name="TowerParts" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Tower/MarginContainer"]
[node name="TowerParts" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Tower/MarginContainer" unique_id=1372896552]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Weapon" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs"]
[node name="Weapon" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs" unique_id=784957506]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 4.0
[node name="NinePatchRect" type="NinePatchRect" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Weapon"]
[node name="NinePatchRect" type="NinePatchRect" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Weapon" unique_id=1367707421]
layout_mode = 2
texture = ExtResource("4_dya4i")
patch_margin_left = 1
@@ -153,79 +153,79 @@ patch_margin_top = 1
patch_margin_right = 1
patch_margin_bottom = 1
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Weapon"]
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Weapon" unique_id=1073473458]
layout_mode = 2
theme_override_constants/margin_left = 4
theme_override_constants/margin_top = 4
theme_override_constants/margin_right = 4
theme_override_constants/margin_bottom = 4
[node name="WeaponParts" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Weapon/MarginContainer"]
[node name="WeaponParts" type="HBoxContainer" parent="PanelContainer/VBoxContainer/Tracks/HBoxContainer/TrackUIs/Weapon/MarginContainer" unique_id=1207309530]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="InfoPanel" type="HBoxContainer" parent="PanelContainer/VBoxContainer"]
[node name="InfoPanel" type="HBoxContainer" parent="PanelContainer/VBoxContainer" unique_id=200656580]
layout_mode = 2
size_flags_vertical = 3
size_flags_stretch_ratio = 2.0
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel"]
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel" unique_id=760510393]
layout_mode = 2
size_flags_horizontal = 3
[node name="Button" type="Button" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer"]
[node name="Button" type="Button" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer" unique_id=833264766]
layout_mode = 2
size_flags_horizontal = 4
theme_type_variation = &"SideCheckButton"
toggle_mode = true
text = "Side A"
[node name="DescriptionVBox" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer" instance=ExtResource("3_q6wwl")]
[node name="DescriptionVBox" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer" unique_id=1832289499 instance=ExtResource("3_q6wwl")]
layout_mode = 2
size_flags_vertical = 3
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/InfoPanel"]
[node name="MarginContainer" type="MarginContainer" parent="PanelContainer/VBoxContainer/InfoPanel" unique_id=525893430]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 0.1
[node name="VBoxContainer2" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel"]
[node name="VBoxContainer2" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel" unique_id=1230571449]
layout_mode = 2
size_flags_horizontal = 3
[node name="SamplePanel" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2"]
[node name="SamplePanel" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2" unique_id=21833113]
layout_mode = 2
size_flags_vertical = 3
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/SamplePanel"]
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/SamplePanel" unique_id=1994154810]
layout_mode = 2
text = "TITLE_SAMPLES"
horizontal_alignment = 1
vertical_alignment = 1
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/SamplePanel"]
[node name="ScrollContainer" type="ScrollContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/SamplePanel" unique_id=979137095]
layout_mode = 2
size_flags_vertical = 3
[node name="SampleLibrary" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/SamplePanel/ScrollContainer"]
[node name="SampleLibrary" type="VBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/SamplePanel/ScrollContainer" unique_id=456687569]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Controls" type="HBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2"]
[node name="Controls" type="HBoxContainer" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2" unique_id=1461793061]
layout_mode = 2
alignment = 2
[node name="CancelButton" type="Button" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/Controls"]
[node name="CancelButton" type="Button" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/Controls" unique_id=1859473013]
layout_mode = 2
text = "BUTTON_CANCEL"
[node name="ConfirmButton" type="Button" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/Controls"]
[node name="ConfirmButton" type="Button" parent="PanelContainer/VBoxContainer/InfoPanel/VBoxContainer2/Controls" unique_id=367270034]
layout_mode = 2
text = "BUTTON_CONFIRM_REMIX"
[node name="FeatureUI" parent="." instance=ExtResource("1_y6tpq")]
[node name="FeatureUI" parent="." unique_id=697389351 instance=ExtResource("1_y6tpq")]
visible = false
layout_mode = 0
anchors_preset = 0

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://bwc45ogto8thn"]
[gd_scene format=3 uid="uid://bwc45ogto8thn"]
[ext_resource type="Script" uid="uid://c4ljvgrb81du6" path="res://UI/Menus/OptionsMenu/audio_options.gd" id="1_avc0j"]
[sub_resource type="ImageTexture" id="ImageTexture_hvvdd"]
[node name="Audio" type="VBoxContainer" node_paths=PackedStringArray("master_input", "master_slider", "music_input", "music_slider", "sfx_input", "sfx_slider")]
[node name="Audio" type="VBoxContainer" unique_id=593801484 node_paths=PackedStringArray("master_input", "master_slider", "music_input", "music_slider", "sfx_input", "sfx_slider")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -18,21 +18,21 @@ music_slider = NodePath("Music/HBoxContainer/HSlider")
sfx_input = NodePath("SFX/HBoxContainer/SpinBox")
sfx_slider = NodePath("SFX/HBoxContainer/HSlider")
[node name="Master" type="HBoxContainer" parent="."]
[node name="Master" type="HBoxContainer" parent="." unique_id=1142133925]
layout_mode = 2
[node name="Label" type="Label" parent="Master"]
[node name="Label" type="Label" parent="Master" unique_id=1552603842]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_MASTER_AUDIO"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="Master"]
[node name="HBoxContainer" type="HBoxContainer" parent="Master" unique_id=1063013261]
layout_mode = 2
size_flags_horizontal = 3
[node name="SpinBox" type="SpinBox" parent="Master/HBoxContainer"]
[node name="SpinBox" type="SpinBox" parent="Master/HBoxContainer" unique_id=1380819438]
layout_mode = 2
theme_override_icons/updown = SubResource("ImageTexture_hvvdd")
value = 100.0
@@ -40,27 +40,27 @@ rounded = true
alignment = 1
update_on_text_changed = true
[node name="HSlider" type="HSlider" parent="Master/HBoxContainer"]
[node name="HSlider" type="HSlider" parent="Master/HBoxContainer" unique_id=497952448]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
value = 100.0
[node name="Music" type="HBoxContainer" parent="."]
[node name="Music" type="HBoxContainer" parent="." unique_id=812179024]
layout_mode = 2
[node name="Label" type="Label" parent="Music"]
[node name="Label" type="Label" parent="Music" unique_id=1525069107]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_MUSIC_AUDIO"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="Music"]
[node name="HBoxContainer" type="HBoxContainer" parent="Music" unique_id=1819073536]
layout_mode = 2
size_flags_horizontal = 3
[node name="SpinBox" type="SpinBox" parent="Music/HBoxContainer"]
[node name="SpinBox" type="SpinBox" parent="Music/HBoxContainer" unique_id=1382680787]
layout_mode = 2
theme_override_icons/updown = SubResource("ImageTexture_hvvdd")
value = 100.0
@@ -68,27 +68,27 @@ rounded = true
alignment = 1
update_on_text_changed = true
[node name="HSlider" type="HSlider" parent="Music/HBoxContainer"]
[node name="HSlider" type="HSlider" parent="Music/HBoxContainer" unique_id=441308549]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
value = 100.0
[node name="SFX" type="HBoxContainer" parent="."]
[node name="SFX" type="HBoxContainer" parent="." unique_id=640927754]
layout_mode = 2
[node name="Label" type="Label" parent="SFX"]
[node name="Label" type="Label" parent="SFX" unique_id=645474174]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_SFX_AUDIO"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="SFX"]
[node name="HBoxContainer" type="HBoxContainer" parent="SFX" unique_id=315581570]
layout_mode = 2
size_flags_horizontal = 3
[node name="SpinBox" type="SpinBox" parent="SFX/HBoxContainer"]
[node name="SpinBox" type="SpinBox" parent="SFX/HBoxContainer" unique_id=1649673461]
layout_mode = 2
theme_override_icons/updown = SubResource("ImageTexture_hvvdd")
value = 100.0
@@ -96,7 +96,7 @@ rounded = true
alignment = 1
update_on_text_changed = true
[node name="HSlider" type="HSlider" parent="SFX/HBoxContainer"]
[node name="HSlider" type="HSlider" parent="SFX/HBoxContainer" unique_id=2086377224]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://bjk7jf0bau5lv"]
[gd_scene format=3 uid="uid://bjk7jf0bau5lv"]
[ext_resource type="Script" uid="uid://dtrjph756oq1f" path="res://UI/Menus/OptionsMenu/gameplay_options.gd" id="1_sy26f"]
[sub_resource type="ImageTexture" id="ImageTexture_03x6q"]
[node name="Gameplay" type="VBoxContainer" node_paths=PackedStringArray("resolution_drop_down", "look_sens_slider", "look_sens_input", "toggle_sprint_checkbox", "invert_lookY", "invert_lookX", "fixed_minimap", "tower_damage", "self_damage", "party_damage", "status_damage")]
[node name="Gameplay" type="VBoxContainer" unique_id=9533751 node_paths=PackedStringArray("resolution_drop_down", "look_sens_slider", "look_sens_input", "toggle_sprint_checkbox", "invert_lookY", "invert_lookX", "fixed_minimap", "tower_damage", "self_damage", "party_damage", "status_damage")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -23,164 +23,164 @@ self_damage = NodePath("FloatingDamageIndicators/CenterContainer/HBoxContainer/S
party_damage = NodePath("FloatingDamageIndicators/CenterContainer/HBoxContainer/PartyDamage")
status_damage = NodePath("FloatingDamageIndicators/CenterContainer/HBoxContainer/StatusDamage")
[node name="Resolution" type="HBoxContainer" parent="."]
[node name="Resolution" type="HBoxContainer" parent="." unique_id=1996706644]
layout_mode = 2
[node name="Label" type="Label" parent="Resolution"]
[node name="Label" type="Label" parent="Resolution" unique_id=1300086140]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_RESOLUTION"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="Resolution"]
[node name="HBoxContainer" type="HBoxContainer" parent="Resolution" unique_id=681886116]
layout_mode = 2
size_flags_horizontal = 3
[node name="OptionButton" type="OptionButton" parent="Resolution/HBoxContainer"]
[node name="OptionButton" type="OptionButton" parent="Resolution/HBoxContainer" unique_id=796953193]
layout_mode = 2
size_flags_horizontal = 6
[node name="MouseSens" type="HBoxContainer" parent="."]
[node name="MouseSens" type="HBoxContainer" parent="." unique_id=94044285]
layout_mode = 2
alignment = 1
[node name="Label" type="Label" parent="MouseSens"]
[node name="Label" type="Label" parent="MouseSens" unique_id=121857514]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_MOUSE_SENSITIVITY"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="MouseSens"]
[node name="HBoxContainer" type="HBoxContainer" parent="MouseSens" unique_id=1900220297]
layout_mode = 2
size_flags_horizontal = 3
[node name="SpinBox" type="SpinBox" parent="MouseSens/HBoxContainer"]
[node name="SpinBox" type="SpinBox" parent="MouseSens/HBoxContainer" unique_id=1624869113]
layout_mode = 2
theme_override_icons/updown = SubResource("ImageTexture_03x6q")
step = 0.01
alignment = 1
update_on_text_changed = true
[node name="HSlider" type="HSlider" parent="MouseSens/HBoxContainer"]
[node name="HSlider" type="HSlider" parent="MouseSens/HBoxContainer" unique_id=1975350654]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
step = 0.01
scrollable = false
[node name="ToggleSprint" type="HBoxContainer" parent="."]
[node name="ToggleSprint" type="HBoxContainer" parent="." unique_id=978539197]
layout_mode = 2
[node name="Label" type="Label" parent="ToggleSprint"]
[node name="Label" type="Label" parent="ToggleSprint" unique_id=1283392954]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_TOGGLE_SPRINT"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CenterContainer" type="CenterContainer" parent="ToggleSprint"]
[node name="CenterContainer" type="CenterContainer" parent="ToggleSprint" unique_id=376741059]
layout_mode = 2
size_flags_horizontal = 3
[node name="CheckButton" type="CheckButton" parent="ToggleSprint/CenterContainer"]
[node name="CheckButton" type="CheckButton" parent="ToggleSprint/CenterContainer" unique_id=2022295218]
layout_mode = 2
size_flags_horizontal = 3
flat = true
[node name="InvertMouseY" type="HBoxContainer" parent="."]
[node name="InvertMouseY" type="HBoxContainer" parent="." unique_id=1444600243]
layout_mode = 2
[node name="Label" type="Label" parent="InvertMouseY"]
[node name="Label" type="Label" parent="InvertMouseY" unique_id=1572398345]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_INVERT_MOUSE_Y"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CenterContainer" type="CenterContainer" parent="InvertMouseY"]
[node name="CenterContainer" type="CenterContainer" parent="InvertMouseY" unique_id=374128785]
layout_mode = 2
size_flags_horizontal = 3
[node name="CheckButton" type="CheckButton" parent="InvertMouseY/CenterContainer"]
[node name="CheckButton" type="CheckButton" parent="InvertMouseY/CenterContainer" unique_id=2044173913]
layout_mode = 2
size_flags_horizontal = 3
flat = true
[node name="InvertMouseX" type="HBoxContainer" parent="."]
[node name="InvertMouseX" type="HBoxContainer" parent="." unique_id=461905582]
layout_mode = 2
[node name="Label" type="Label" parent="InvertMouseX"]
[node name="Label" type="Label" parent="InvertMouseX" unique_id=372744415]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_INVERT_MOUSE_X"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CenterContainer" type="CenterContainer" parent="InvertMouseX"]
[node name="CenterContainer" type="CenterContainer" parent="InvertMouseX" unique_id=2040531812]
layout_mode = 2
size_flags_horizontal = 3
[node name="CheckButton" type="CheckButton" parent="InvertMouseX/CenterContainer"]
[node name="CheckButton" type="CheckButton" parent="InvertMouseX/CenterContainer" unique_id=1411305788]
layout_mode = 2
size_flags_horizontal = 3
flat = true
[node name="FixedMinimap" type="HBoxContainer" parent="."]
[node name="FixedMinimap" type="HBoxContainer" parent="." unique_id=1354501751]
layout_mode = 2
[node name="Label" type="Label" parent="FixedMinimap"]
[node name="Label" type="Label" parent="FixedMinimap" unique_id=1118779722]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_FIXED_MINIMAP"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CenterContainer" type="CenterContainer" parent="FixedMinimap"]
[node name="CenterContainer" type="CenterContainer" parent="FixedMinimap" unique_id=32064831]
layout_mode = 2
size_flags_horizontal = 3
[node name="CheckButton" type="CheckButton" parent="FixedMinimap/CenterContainer"]
[node name="CheckButton" type="CheckButton" parent="FixedMinimap/CenterContainer" unique_id=290069283]
layout_mode = 2
flat = true
[node name="FloatingDamageIndicators" type="HBoxContainer" parent="."]
[node name="FloatingDamageIndicators" type="HBoxContainer" parent="." unique_id=259538885]
layout_mode = 2
[node name="Label" type="Label" parent="FloatingDamageIndicators"]
[node name="Label" type="Label" parent="FloatingDamageIndicators" unique_id=1583027587]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_DISPLAY_DAMAGE_INDICATORS"
horizontal_alignment = 1
vertical_alignment = 1
[node name="CenterContainer" type="CenterContainer" parent="FloatingDamageIndicators"]
[node name="CenterContainer" type="CenterContainer" parent="FloatingDamageIndicators" unique_id=599427541]
layout_mode = 2
size_flags_horizontal = 3
[node name="HBoxContainer" type="HBoxContainer" parent="FloatingDamageIndicators/CenterContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="FloatingDamageIndicators/CenterContainer" unique_id=1975754983]
layout_mode = 2
[node name="TowerDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
[node name="TowerDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer" unique_id=241424148]
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "OPTION_TOWER_DAMAGE"
[node name="SelfDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
[node name="SelfDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer" unique_id=924745895]
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "OPTION_SELF_DAMAGE"
[node name="PartyDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
[node name="PartyDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer" unique_id=852777437]
layout_mode = 2
toggle_mode = true
button_pressed = true
text = "OPTION_PARTY_DAMAGE"
[node name="StatusDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer"]
[node name="StatusDamage" type="Button" parent="FloatingDamageIndicators/CenterContainer/HBoxContainer" unique_id=764996434]
layout_mode = 2
toggle_mode = true
button_pressed = true

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 format=3 uid="uid://bmd4mawasoc11"]
[gd_scene format=3 uid="uid://bmd4mawasoc11"]
[ext_resource type="Script" uid="uid://bpb5c5r1yi8um" path="res://UI/Menus/OptionsMenu/graphics_options.gd" id="1_85rh6"]
[sub_resource type="ImageTexture" id="ImageTexture_03x6q"]
[node name="Graphics" type="VBoxContainer" node_paths=PackedStringArray("fov_input", "fov_slider", "vsync_dropdown", "aa_dropdown", "window_dropdown")]
[node name="Graphics" type="VBoxContainer" unique_id=1842224615 node_paths=PackedStringArray("fov_input", "fov_slider", "vsync_dropdown", "aa_dropdown", "window_dropdown")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -17,22 +17,22 @@ vsync_dropdown = NodePath("VSync/OptionButton")
aa_dropdown = NodePath("AntiAliasing/OptionButton")
window_dropdown = NodePath("Windowed/OptionButton")
[node name="FOV" type="HBoxContainer" parent="."]
[node name="FOV" type="HBoxContainer" parent="." unique_id=693078328]
layout_mode = 2
alignment = 1
[node name="Label" type="Label" parent="FOV"]
[node name="Label" type="Label" parent="FOV" unique_id=1333460491]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_FOV"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="FOV"]
[node name="HBoxContainer" type="HBoxContainer" parent="FOV" unique_id=100259182]
layout_mode = 2
size_flags_horizontal = 3
[node name="SpinBox" type="SpinBox" parent="FOV/HBoxContainer"]
[node name="SpinBox" type="SpinBox" parent="FOV/HBoxContainer" unique_id=1868915881]
layout_mode = 2
theme_override_icons/updown = SubResource("ImageTexture_03x6q")
min_value = 40.0
@@ -43,7 +43,7 @@ allow_lesser = true
alignment = 1
update_on_text_changed = true
[node name="HSlider" type="HSlider" parent="FOV/HBoxContainer"]
[node name="HSlider" type="HSlider" parent="FOV/HBoxContainer" unique_id=1915723315]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 1
@@ -52,17 +52,17 @@ max_value = 160.0
value = 100.0
scrollable = false
[node name="VSync" type="HBoxContainer" parent="."]
[node name="VSync" type="HBoxContainer" parent="." unique_id=394348081]
layout_mode = 2
[node name="Label" type="Label" parent="VSync"]
[node name="Label" type="Label" parent="VSync" unique_id=2134636415]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_VSYNC"
horizontal_alignment = 1
vertical_alignment = 1
[node name="OptionButton" type="OptionButton" parent="VSync"]
[node name="OptionButton" type="OptionButton" parent="VSync" unique_id=1949378825]
layout_mode = 2
size_flags_horizontal = 3
selected = 1
@@ -76,17 +76,17 @@ popup/item_2/id = 2
popup/item_3/text = "OPTION_TRIPLE_BUFFERED"
popup/item_3/id = 3
[node name="AntiAliasing" type="HBoxContainer" parent="."]
[node name="AntiAliasing" type="HBoxContainer" parent="." unique_id=370267058]
layout_mode = 2
[node name="Label" type="Label" parent="AntiAliasing"]
[node name="Label" type="Label" parent="AntiAliasing" unique_id=927045887]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_AA"
horizontal_alignment = 1
vertical_alignment = 1
[node name="OptionButton" type="OptionButton" parent="AntiAliasing"]
[node name="OptionButton" type="OptionButton" parent="AntiAliasing" unique_id=945853339]
layout_mode = 2
size_flags_horizontal = 3
selected = 0
@@ -98,17 +98,17 @@ popup/item_1/id = 1
popup/item_2/text = "OPTION_TAA"
popup/item_2/id = 2
[node name="Windowed" type="HBoxContainer" parent="."]
[node name="Windowed" type="HBoxContainer" parent="." unique_id=588218761]
layout_mode = 2
[node name="Label" type="Label" parent="Windowed"]
[node name="Label" type="Label" parent="Windowed" unique_id=128071246]
layout_mode = 2
size_flags_horizontal = 3
text = "OPTION_WINDOW_TYPE"
horizontal_alignment = 1
vertical_alignment = 1
[node name="OptionButton" type="OptionButton" parent="Windowed"]
[node name="OptionButton" type="OptionButton" parent="Windowed" unique_id=1949707304]
layout_mode = 2
size_flags_horizontal = 3
selected = 0

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://cb8irvp2y2p6g"]
[gd_scene format=3 uid="uid://cb8irvp2y2p6g"]
[ext_resource type="Script" uid="uid://y2pxkfjn0wa2" path="res://UI/Menus/OptionsMenu/keybind_entry.gd" id="1_it8q2"]
[node name="KeybindEntry" type="HBoxContainer"]
[node name="KeybindEntry" type="HBoxContainer" unique_id=2041313667]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -12,19 +12,19 @@ size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource("1_it8q2")
[node name="ActionName" type="Label" parent="."]
[node name="ActionName" type="Label" parent="." unique_id=1413481849]
layout_mode = 2
size_flags_horizontal = 3
text = "Action Name"
horizontal_alignment = 1
vertical_alignment = 1
[node name="Buttons" type="GridContainer" parent="."]
[node name="Buttons" type="GridContainer" parent="." unique_id=312221019]
layout_mode = 2
size_flags_horizontal = 3
columns = 4
[node name="AddBindButton" type="Button" parent="Buttons"]
[node name="AddBindButton" type="Button" parent="Buttons" unique_id=329539958]
custom_minimum_size = Vector2(80, 80)
layout_mode = 2
text = "+"

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=4 format=3 uid="uid://bf2nosqt5f82e"]
[gd_scene format=3 uid="uid://bf2nosqt5f82e"]
[ext_resource type="Script" uid="uid://cxm67e833baex" path="res://UI/Menus/OptionsMenu/keybind_options.gd" id="1_oxg0p"]
[ext_resource type="PackedScene" uid="uid://cb8irvp2y2p6g" path="res://UI/Menus/OptionsMenu/keybind_entry.tscn" id="2_ayiik"]
[ext_resource type="PackedScene" uid="uid://clsdko6ttudu8" path="res://UI/Menus/OptionsMenu/keybind_popup.tscn" id="3_h1scm"]
[node name="Keybinds" type="VBoxContainer"]
[node name="Keybinds" type="VBoxContainer" unique_id=52837668]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -14,13 +14,13 @@ script = ExtResource("1_oxg0p")
keybind_entry_scene = ExtResource("2_ayiik")
keybind_popup = ExtResource("3_h1scm")
[node name="HBoxContainer" type="HBoxContainer" parent="."]
[node name="HBoxContainer" type="HBoxContainer" parent="." unique_id=606716856]
layout_mode = 2
[node name="ScrollContainer" type="ScrollContainer" parent="."]
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=1857275092]
layout_mode = 2
size_flags_vertical = 3
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer" unique_id=851587234]
layout_mode = 2
size_flags_horizontal = 3

View File

@@ -1,8 +1,8 @@
[gd_scene load_steps=2 format=3 uid="uid://clsdko6ttudu8"]
[gd_scene format=3 uid="uid://clsdko6ttudu8"]
[ext_resource type="Script" uid="uid://d25hjwjdwv35i" path="res://UI/Menus/OptionsMenu/keybind_popup.gd" id="1_m5i0b"]
[node name="KeybindPopup" type="Control"]
[node name="KeybindPopup" type="Control" unique_id=439413596]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -11,7 +11,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_m5i0b")
[node name="ColorRect" type="ColorRect" parent="."]
[node name="ColorRect" type="ColorRect" parent="." unique_id=122093359]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -20,7 +20,7 @@ grow_horizontal = 2
grow_vertical = 2
color = Color(0, 0, 0, 0.54902)
[node name="Label" type="Label" parent="."]
[node name="Label" type="Label" parent="." unique_id=658884725]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=8 format=3 uid="uid://clulh7v8c7h85"]
[gd_scene format=3 uid="uid://clulh7v8c7h85"]
[ext_resource type="Script" uid="uid://48rvmybi18wj" path="res://UI/Menus/OptionsMenu/options_menu.gd" id="1_bievw"]
[ext_resource type="PackedScene" uid="uid://bjk7jf0bau5lv" path="res://UI/Menus/OptionsMenu/gameplay_options.tscn" id="3_25wuw"]
@@ -12,7 +12,7 @@ random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("6_hhyef")
[node name="OptionsMenu" type="PanelContainer" node_paths=PackedStringArray("gameplay", "graphics", "keybinds", "audio")]
[node name="OptionsMenu" type="PanelContainer" unique_id=891478447 node_paths=PackedStringArray("gameplay", "graphics", "keybinds", "audio")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
@@ -28,46 +28,46 @@ graphics = NodePath("VBoxContainer/TabContainer/Graphics")
keybinds = NodePath("VBoxContainer/TabContainer/Keybinds")
audio = NodePath("VBoxContainer/TabContainer/Audio")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=1706117892]
layout_mode = 2
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
[node name="TabContainer" type="TabContainer" parent="VBoxContainer" unique_id=1945339047]
layout_mode = 2
size_flags_vertical = 3
current_tab = 0
[node name="Gameplay" parent="VBoxContainer/TabContainer" instance=ExtResource("3_25wuw")]
[node name="Gameplay" parent="VBoxContainer/TabContainer" unique_id=1603835818 instance=ExtResource("3_25wuw")]
layout_mode = 2
metadata/_tab_index = 0
[node name="Graphics" parent="VBoxContainer/TabContainer" instance=ExtResource("4_ckcvq")]
[node name="Graphics" parent="VBoxContainer/TabContainer" unique_id=1564378673 instance=ExtResource("4_ckcvq")]
visible = false
layout_mode = 2
metadata/_tab_index = 1
[node name="Keybinds" parent="VBoxContainer/TabContainer" instance=ExtResource("5_4k33c")]
[node name="Keybinds" parent="VBoxContainer/TabContainer" unique_id=854093688 instance=ExtResource("5_4k33c")]
visible = false
layout_mode = 2
metadata/_tab_index = 2
[node name="Audio" parent="VBoxContainer/TabContainer" instance=ExtResource("6_4vs8p")]
[node name="Audio" parent="VBoxContainer/TabContainer" unique_id=783102281 instance=ExtResource("6_4vs8p")]
visible = false
layout_mode = 2
metadata/_tab_index = 3
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer" unique_id=481503461]
layout_mode = 2
alignment = 2
[node name="Cancel" type="Button" parent="VBoxContainer/HBoxContainer"]
[node name="Cancel" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=1274004537]
layout_mode = 2
text = "BUTTON_CANCEL"
[node name="Confirm" type="Button" parent="VBoxContainer/HBoxContainer"]
[node name="Confirm" type="Button" parent="VBoxContainer/HBoxContainer" unique_id=716108741]
layout_mode = 2
text = "BUTTON_CONFIRM"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=103920719]
stream = SubResource("AudioStreamRandomizer_5otwj")
[connection signal="mouse_entered" from="VBoxContainer/HBoxContainer/Cancel" to="." method="_on_button_hovered"]

View File

@@ -1,4 +1,4 @@
[gd_scene load_steps=4 format=3 uid="uid://buvgdem68wtev"]
[gd_scene format=3 uid="uid://buvgdem68wtev"]
[ext_resource type="Script" uid="uid://cjyyepxaf4xl8" path="res://UI/Menus/PauseMenu/pause_menu.gd" id="2_4pn2l"]
[ext_resource type="AudioStream" uid="uid://cp6ph4ra7u5rk" path="res://UI/drop_003.ogg" id="3_0bid7"]
@@ -8,7 +8,7 @@ random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("3_0bid7")
[node name="Control" type="Control"]
[node name="Control" type="Control" unique_id=1157017318]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -17,7 +17,7 @@ grow_horizontal = 2
grow_vertical = 2
script = ExtResource("2_4pn2l")
[node name="ColorRect" type="ColorRect" parent="."]
[node name="ColorRect" type="ColorRect" parent="." unique_id=1723382929]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
@@ -26,7 +26,7 @@ grow_horizontal = 2
grow_vertical = 2
color = Color(0.278431, 0.278431, 0.278431, 0.545098)
[node name="PanelContainer" type="PanelContainer" parent="."]
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=1006913241]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
@@ -40,26 +40,26 @@ offset_bottom = 20.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer" unique_id=1192605916]
layout_mode = 2
[node name="Resume" type="Button" parent="PanelContainer/VBoxContainer"]
[node name="Resume" type="Button" parent="PanelContainer/VBoxContainer" unique_id=1026126243]
layout_mode = 2
text = "BUTTON_RESUME"
[node name="Options" type="Button" parent="PanelContainer/VBoxContainer"]
[node name="Options" type="Button" parent="PanelContainer/VBoxContainer" unique_id=1050921293]
layout_mode = 2
text = "BUTTON_OPTIONS"
[node name="QuitToMainMenu" type="Button" parent="PanelContainer/VBoxContainer"]
[node name="QuitToMainMenu" type="Button" parent="PanelContainer/VBoxContainer" unique_id=356852954]
layout_mode = 2
text = "BUTTON_MAIN_MENU"
[node name="QuitToDesktop" type="Button" parent="PanelContainer/VBoxContainer"]
[node name="QuitToDesktop" type="Button" parent="PanelContainer/VBoxContainer" unique_id=11070618]
layout_mode = 2
text = "BUTTON_QUIT"
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="." unique_id=1218417780]
stream = SubResource("AudioStreamRandomizer_n6ixr")
bus = &"SFX"

View File

@@ -1,9 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://bcvjgl0s1wp8y"]
[gd_scene format=3 uid="uid://bcvjgl0s1wp8y"]
[ext_resource type="Script" uid="uid://nc0df5y8tll7" path="res://UI/Menus/RadioMenu/choose_card_screen.gd" id="1_y4oar"]
[ext_resource type="PackedScene" uid="uid://cmlpmr78tmo6p" path="res://UI/card_description_ui.tscn" id="2_3npvv"]
[node name="ChooseCardScreen" type="Control" node_paths=PackedStringArray("choice_buttons", "card_desc", "card_name_label")]
[node name="ChooseCardScreen" type="Control" unique_id=1927453152 node_paths=PackedStringArray("choice_buttons", "card_desc", "card_name_label")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
@@ -15,7 +15,7 @@ choice_buttons = NodePath("PanelContainer/Content/HBoxContainer/ChoicesVBox")
card_desc = NodePath("PanelContainer/Content/HBoxContainer/DescriptionVBox")
card_name_label = NodePath("PanelContainer/Content/HBoxContainer/VBoxContainer/NameLabel")
[node name="PanelContainer" type="PanelContainer" parent="."]
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=1752212475]
layout_mode = 1
anchors_preset = -1
anchor_left = 0.03
@@ -25,57 +25,57 @@ anchor_bottom = 0.97
grow_horizontal = 2
grow_vertical = 2
[node name="Content" type="VBoxContainer" parent="PanelContainer"]
[node name="Content" type="VBoxContainer" parent="PanelContainer" unique_id=1298216398]
layout_mode = 2
[node name="ScreenTitleLabel" type="Label" parent="PanelContainer/Content"]
[node name="ScreenTitleLabel" type="Label" parent="PanelContainer/Content" unique_id=829360403]
layout_mode = 2
text = "LABEL_CHOOSE_CARD"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/Content"]
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/Content" unique_id=970485434]
layout_mode = 2
size_flags_vertical = 3
[node name="ChoicesVBox" type="VBoxContainer" parent="PanelContainer/Content/HBoxContainer"]
[node name="ChoicesVBox" type="VBoxContainer" parent="PanelContainer/Content/HBoxContainer" unique_id=2067688065]
layout_mode = 2
size_flags_horizontal = 3
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/Content/HBoxContainer"]
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer/Content/HBoxContainer" unique_id=1254645687]
layout_mode = 2
size_flags_horizontal = 3
size_flags_stretch_ratio = 2.0
[node name="NameLabel" type="Label" parent="PanelContainer/Content/HBoxContainer/VBoxContainer"]
[node name="NameLabel" type="Label" parent="PanelContainer/Content/HBoxContainer/VBoxContainer" unique_id=207760313]
auto_translate_mode = 2
layout_mode = 2
horizontal_alignment = 1
vertical_alignment = 1
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/Content/HBoxContainer/VBoxContainer"]
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/Content/HBoxContainer/VBoxContainer" unique_id=634615252]
layout_mode = 2
alignment = 1
[node name="TowerButton" type="Button" parent="PanelContainer/Content/HBoxContainer/VBoxContainer/HBoxContainer"]
[node name="TowerButton" type="Button" parent="PanelContainer/Content/HBoxContainer/VBoxContainer/HBoxContainer" unique_id=1824675004]
layout_mode = 2
text = "BUTTON_VIEW_TOWER"
[node name="WeaponButton" type="Button" parent="PanelContainer/Content/HBoxContainer/VBoxContainer/HBoxContainer"]
[node name="WeaponButton" type="Button" parent="PanelContainer/Content/HBoxContainer/VBoxContainer/HBoxContainer" unique_id=91256030]
layout_mode = 2
text = "BUTTON_VIEW_WEAPON"
[node name="TextureRect" type="TextureRect" parent="PanelContainer/Content/HBoxContainer/VBoxContainer"]
[node name="TextureRect" type="TextureRect" parent="PanelContainer/Content/HBoxContainer/VBoxContainer" unique_id=72383687]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="ConfirmButton" type="Button" parent="PanelContainer/Content/HBoxContainer/VBoxContainer"]
[node name="ConfirmButton" type="Button" parent="PanelContainer/Content/HBoxContainer/VBoxContainer" unique_id=1105450397]
layout_mode = 2
size_flags_horizontal = 4
text = "BUTTON_FINALIZE_CARD_CHOICE"
[node name="DescriptionVBox" parent="PanelContainer/Content/HBoxContainer" instance=ExtResource("2_3npvv")]
[node name="DescriptionVBox" parent="PanelContainer/Content/HBoxContainer" unique_id=261851820 instance=ExtResource("2_3npvv")]
layout_mode = 2
[connection signal="pressed" from="PanelContainer/Content/HBoxContainer/VBoxContainer/HBoxContainer/TowerButton" to="." method="choose_side" binds= [true]]