first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
|
|
@ -0,0 +1,39 @@
|
|||
[gd_scene load_steps=6 format=3 uid="uid://dqtiybaaxohvp"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/localization_editor/scenes/remaps/LocalizationRemap.gd" id="4"]
|
||||
[ext_resource type="PackedScene" uid="uid://cconuf5kyyt8x" path="res://addons/localization_editor/scenes/remaps/LocalizationRemapPath.tscn" id="5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bkeugb6vucegl" path="res://addons/localization_editor/icons/Audio.svg" id="5_84ecs"]
|
||||
[ext_resource type="Texture2D" uid="uid://oxmydroedm6f" path="res://addons/localization_editor/icons/Video.svg" id="6_uxbjg"]
|
||||
[ext_resource type="Texture2D" uid="uid://dl6cg75c815d8" path="res://addons/localization_editor/icons/Image.svg" id="7_is72i"]
|
||||
|
||||
[node name="Remap" type="MarginContainer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
size_flags_horizontal = 3
|
||||
theme_override_constants/margin_left = 3
|
||||
theme_override_constants/margin_right = 3
|
||||
theme_override_constants/margin_bottom = 3
|
||||
script = ExtResource("4")
|
||||
|
||||
[node name="HBox" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
|
||||
[node name="Remap" parent="HBox" instance=ExtResource("5")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Audio" type="Button" parent="HBox"]
|
||||
layout_mode = 2
|
||||
icon = ExtResource("5_84ecs")
|
||||
|
||||
[node name="Video" type="Button" parent="HBox"]
|
||||
layout_mode = 2
|
||||
icon = ExtResource("6_uxbjg")
|
||||
|
||||
[node name="Image" type="Button" parent="HBox"]
|
||||
layout_mode = 2
|
||||
icon = ExtResource("7_is72i")
|
||||
Loading…
Add table
Add a link
Reference in a new issue