first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
|
|
@ -0,0 +1,28 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://bchlj4dnjh8j5"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dfykqid37nnvl" path="res://addons/localization_editor/scenes/translations/LocalizationTranslations.tscn" id="1"]
|
||||
[ext_resource type="PackedScene" path="res://addons/localization_editor/scenes/translations/LocalizationTranslationsKeys.tscn" id="2"]
|
||||
[ext_resource type="Script" path="res://addons/localization_editor/scenes/translations/LocalizationTranslationsEditorView.gd" id="3"]
|
||||
|
||||
[node name="LocalizationTranslationsEditorView" type="VBoxContainer"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
script = ExtResource("3")
|
||||
|
||||
[node name="Split" type="HSplitContainer" parent="."]
|
||||
offset_right = 1920.0
|
||||
offset_bottom = 1080.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
split_offset = -610
|
||||
|
||||
[node name="Keys" parent="Split" instance=ExtResource("2")]
|
||||
offset_right = 344.0
|
||||
offset_bottom = 1080.0
|
||||
|
||||
[node name="Translations" parent="Split" instance=ExtResource("1")]
|
||||
offset_left = 356.0
|
||||
offset_right = 1920.0
|
||||
offset_bottom = 1080.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue