mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 10:36:01 +10:00
wobble sync groups !build
This commit is contained in:
59
ui_scenes/spriteEditMenu/wobble_sync_control.tscn
Normal file
59
ui_scenes/spriteEditMenu/wobble_sync_control.tscn
Normal file
@@ -0,0 +1,59 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://bkwf3j2pdspxw"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ykov43vxml0k" path="res://ui_scenes/spriteEditMenu/wobble_sync_control.gd" id="1_k8h4v"]
|
||||
|
||||
[node name="WobbleSyncControl" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_k8h4v")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="GroupRow" type="HBoxContainer" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="GroupLabel" type="Label" parent="VBoxContainer/GroupRow"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
text = "Group:"
|
||||
|
||||
[node name="GroupDropdown" type="OptionButton" parent="VBoxContainer/GroupRow"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
|
||||
[node name="SyncIndicator" type="Label" parent="VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "⚡ Synced to \"Group Name\""
|
||||
autowrap_mode = 2
|
||||
|
||||
[node name="CreateGroupDialog" type="ConfirmationDialog" parent="."]
|
||||
process_mode = 3
|
||||
title = "Create Wobble Sync Group"
|
||||
size = Vector2i(300, 150)
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="CreateGroupDialog"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 8.0
|
||||
offset_top = 8.0
|
||||
offset_right = -8.0
|
||||
offset_bottom = -49.0
|
||||
|
||||
[node name="Label" type="Label" parent="CreateGroupDialog/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "Enter name for new wobble sync group:"
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="CreateGroupDialog/VBoxContainer"]
|
||||
layout_mode = 2
|
||||
placeholder_text = "Group name..."
|
||||
Reference in New Issue
Block a user