26 lines
950 B
Text
26 lines
950 B
Text
[gd_scene load_steps=4 format=3 uid="uid://bikmkc3ntiugr"]
|
|
|
|
[ext_resource type="Script" path="res://addons/localization_editor/scenes/locales/LocalizationLocalesEditorView.gd" id="1"]
|
|
[ext_resource type="PackedScene" path="res://addons/localization_editor/scenes/locales/LocalizationLocalesFilter.tscn" id="2"]
|
|
[ext_resource type="PackedScene" uid="uid://6ma47o0u2v2l" path="res://addons/localization_editor/scenes/locales/LocalizationLocales.tscn" id="3"]
|
|
|
|
[node name="LocalizationLocalesEditorView" type="VBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource( "1" )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Filter" parent="." instance=ExtResource( "2" )]
|
|
offset_right = 1024.0
|
|
offset_bottom = 33.0
|
|
|
|
[node name="Locales" parent="." instance=ExtResource( "3" )]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_top = 37.0
|
|
offset_right = 1024.0
|
|
offset_bottom = 600.0
|