Basically putting all the translation stuff together before I refactor things to use it.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
[gd_scene format=3 uid="uid://w1q5eoiejmy3"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://w1q5eoiejmy3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cak4lch21nq30" path="res://scripts/Scene/MainMenuScene.gd" id="1_yqorp"]
|
||||
|
||||
[node name="MainMenu" type="Node"]
|
||||
script = ExtResource("1_yqorp")
|
||||
|
||||
[node name="Control" type="Control" parent="."]
|
||||
layout_mode = 3
|
||||
@@ -10,7 +13,8 @@ anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Label" type="Label" parent="Control"]
|
||||
[node name="Label" type="RichTextLabel" parent="Control"]
|
||||
auto_translate_mode = 2
|
||||
layout_mode = 1
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
@@ -23,7 +27,6 @@ offset_right = 133.5
|
||||
offset_bottom = 37.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
text = "Thyme and Magic - Prototype
|
||||
|
||||
Press tab to bring up debug menu."
|
||||
bbcode_enabled = true
|
||||
text = "main_menu.label"
|
||||
horizontal_alignment = 1
|
||||
|
Reference in New Issue
Block a user