Locale testing
This commit is contained in:
@@ -3,15 +3,16 @@
|
||||
[ext_resource type="Script" uid="uid://bn2kdjf586e5p" path="res://scripts/UI/DebugMenu.gd" id="1_pcsq6"]
|
||||
|
||||
[node name="DebugMenu" type="VBoxContainer"]
|
||||
anchors_preset = 9
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_right = 171.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_pcsq6")
|
||||
|
||||
[node name="MainMenu" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Prototype Main Menu"
|
||||
text = "UI_DEBUG_MAIN_MENU"
|
||||
|
||||
[node name="OverworldOption" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
@@ -19,7 +20,7 @@ size_flags_vertical = 0
|
||||
|
||||
[node name="Overworld" type="Button" parent="OverworldOption"]
|
||||
layout_mode = 2
|
||||
text = "Prototype Overworld"
|
||||
text = "UI_DEBUG_OVERWORLD"
|
||||
|
||||
[node name="MapDropdown" type="OptionButton" parent="OverworldOption"]
|
||||
layout_mode = 2
|
||||
@@ -27,30 +28,25 @@ size_flags_horizontal = 3
|
||||
|
||||
[node name="Quests" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Prototype Quests
|
||||
"
|
||||
text = "UI_DEBUG_QUESTS"
|
||||
|
||||
[node name="Inventory" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Player Inventory"
|
||||
text = "UI_DEBUG_INVENTORY"
|
||||
|
||||
[node name="Event" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
text = "Event Flags"
|
||||
text = "UI_DEBUG_EVENTS"
|
||||
|
||||
[node name="Cutscene" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "Prototype Cutscene"
|
||||
text = "UI_DEBUG_CUTSCENES"
|
||||
|
||||
[node name="Cooking" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "Prototype Cooking
|
||||
"
|
||||
text = "UI_DEBUG_COOKING"
|
||||
|
||||
[node name="Battle" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
disabled = true
|
||||
text = "Prototype Battle
|
||||
"
|
||||
text = "UI_DEBUG_BATTLE"
|
||||
|
Reference in New Issue
Block a user