first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
|
|
@ -0,0 +1,47 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://c8jdbet30gbuk"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/localization_editor/scenes/locales/LocalizationLocale.gd" id="2"]
|
||||
|
||||
[node name="Locale" type="MarginContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 3
|
||||
theme_override_constants/margin_right = 3
|
||||
theme_override_constants/margin_top = 3
|
||||
theme_override_constants/margin_left = 3
|
||||
script = ExtResource( "2" )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="HBox" type="HBoxContainer" parent="."]
|
||||
offset_left = 3.0
|
||||
offset_top = 3.0
|
||||
offset_right = 1021.0
|
||||
offset_bottom = 600.0
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="Selection" type="CheckBox" parent="HBox"]
|
||||
offset_right = 80.0
|
||||
offset_bottom = 31.0
|
||||
rect_min_size = Vector2(80, 0)
|
||||
hint_tooltip = "Select language for translation"
|
||||
size_flags_vertical = 0
|
||||
text = "en"
|
||||
|
||||
[node name="Locale" type="Label" parent="HBox"]
|
||||
offset_left = 84.0
|
||||
offset_right = 994.0
|
||||
offset_bottom = 26.0
|
||||
rect_min_size = Vector2(0, 24)
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
text = "English"
|
||||
|
||||
[node name="Eye" type="TextureButton" parent="HBox"]
|
||||
offset_left = 998.0
|
||||
offset_right = 1018.0
|
||||
offset_bottom = 20.0
|
||||
rect_min_size = Vector2(20, 20)
|
||||
size_flags_vertical = 0
|
||||
toggle_mode = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue