1230 lines
34 KiB
Text
1230 lines
34 KiB
Text
[gd_scene load_steps=15 format=3 uid="uid://oiehbor0dlqx"]
|
|
|
|
[ext_resource type="Script" uid="uid://dfiwoln8mdwm8" path="res://Scripts/EditorScreen.gd" id="1_sd512"]
|
|
[ext_resource type="PackedScene" uid="uid://blg1c3v4o44of" path="res://Scenes/GUI/Controls/FlowSlider.tscn" id="2_jo1ms"]
|
|
[ext_resource type="PackedScene" uid="uid://btre5j66mpchy" path="res://Scenes/Stages/Helen House.tscn" id="2_p1t5g"]
|
|
[ext_resource type="Texture2D" uid="uid://xllpr3qc064c" path="res://UI/Play.png" id="3_g6u4d"]
|
|
[ext_resource type="Texture2D" uid="uid://dgacnkv2dc65s" path="res://UI/PlayBackwards.png" id="3_mr8sb"]
|
|
[ext_resource type="ButtonGroup" uid="uid://bij2tonqeslpt" path="res://Scenes/GUI/FlyoutButtonGroup.tres" id="3_p1t5g"]
|
|
[ext_resource type="Texture2D" uid="uid://dts4eh6hyt8p3" path="res://UI/SkipBackwards.png" id="3_r4ytj"]
|
|
[ext_resource type="Texture2D" uid="uid://bwhgy4u37jmo1" path="res://UI/Pause.png" id="4_ba3jn"]
|
|
[ext_resource type="PackedScene" uid="uid://cbf3x44mvo701" path="res://Scenes/GUI/Controls/IndicatorLight.tscn" id="4_wuj6m"]
|
|
[ext_resource type="Texture2D" uid="uid://dhx2v2fd0egxd" path="res://UI/FastBackwards.png" id="4_wy7jo"]
|
|
[ext_resource type="Texture2D" uid="uid://dsr03w7r667fw" path="res://UI/FastForward.png" id="8_v0ton"]
|
|
[ext_resource type="Texture2D" uid="uid://bphwtliq2ahus" path="res://UI/SkipForward.png" id="9_20noo"]
|
|
[ext_resource type="Texture2D" uid="uid://ckg2ihy105ttj" path="res://UI/Record.png" id="10_wy7jo"]
|
|
|
|
[sub_resource type="ViewportTexture" id="ViewportTexture_g6u4d"]
|
|
viewport_path = NodePath("SubViewport")
|
|
|
|
[node name="EditorScreen" 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_sd512")
|
|
|
|
[node name="SubViewport" type="SubViewport" parent="."]
|
|
size = Vector2i(1280, 720)
|
|
|
|
[node name="HelenHouse" parent="SubViewport" instance=ExtResource("2_p1t5g")]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
color = Color(0.187176, 0.187176, 0.187176, 1)
|
|
|
|
[node name="CameraPreview" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.5
|
|
anchor_right = 1.0
|
|
offset_left = -4.0
|
|
offset_top = 48.0
|
|
offset_right = -4.0
|
|
grow_horizontal = 0
|
|
texture = SubResource("ViewportTexture_g6u4d")
|
|
expand_mode = 5
|
|
stretch_mode = 6
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 144.0
|
|
offset_top = 48.0
|
|
offset_right = -8.0
|
|
offset_bottom = 48.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
text = "Welcome to Pneumatic Plaything Animatronic Simulator!
|
|
|
|
You can press the buttons to the side to
|
|
control the bots manually, adjust their flows,
|
|
change the camera angle, or switch their cosmetics.
|
|
|
|
Open the Controls menu to see all of the keybinds."
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="MenuBar" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_right = 1.0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = -4.0
|
|
offset_bottom = 44.0
|
|
grow_horizontal = 2
|
|
|
|
[node name="Wordmark" type="Label" parent="MenuBar"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 1.0
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_left = -228.0
|
|
offset_top = -16.0
|
|
offset_right = -4.0
|
|
offset_bottom = 16.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
text = "Pneumatic Plaything v0.2"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="StageSelector" type="OptionButton" parent="MenuBar"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = 260.0
|
|
offset_bottom = 36.0
|
|
selected = 0
|
|
item_count = 1
|
|
popup/item_0/text = "Helen House (Custom)"
|
|
popup/item_0/id = 0
|
|
|
|
[node name="LoadShowtapeButton" type="Button" parent="MenuBar"]
|
|
layout_mode = 0
|
|
offset_left = 264.0
|
|
offset_top = 4.0
|
|
offset_right = 392.0
|
|
offset_bottom = 36.0
|
|
text = "Load Showtape"
|
|
|
|
[node name="NewShowtapeButton" type="Button" parent="MenuBar"]
|
|
layout_mode = 0
|
|
offset_left = 396.0
|
|
offset_top = 4.0
|
|
offset_right = 524.0
|
|
offset_bottom = 36.0
|
|
text = "New Showtape"
|
|
|
|
[node name="SaveShowtapeButton" type="Button" parent="MenuBar"]
|
|
layout_mode = 0
|
|
offset_left = 528.0
|
|
offset_top = 4.0
|
|
offset_right = 656.0
|
|
offset_bottom = 36.0
|
|
text = "Save Showtape"
|
|
|
|
[node name="ControlsButton" type="Button" parent="MenuBar"]
|
|
layout_mode = 0
|
|
offset_left = 660.0
|
|
offset_top = 4.0
|
|
offset_right = 788.0
|
|
offset_bottom = 36.0
|
|
text = "Controls"
|
|
|
|
[node name="SequencerPanel" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 4.0
|
|
offset_top = 52.0
|
|
offset_right = -4.0
|
|
offset_bottom = -4.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Buttons" type="Control" parent="SequencerPanel"]
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 48.0
|
|
grow_horizontal = 2
|
|
|
|
[node name="Centered" type="Control" parent="SequencerPanel/Buttons"]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -156.0
|
|
offset_top = -24.0
|
|
offset_right = 156.0
|
|
offset_bottom = 24.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="SkipBackwardsButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = 44.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("3_r4ytj")
|
|
|
|
[node name="FastBackwardsButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 48.0
|
|
offset_top = 4.0
|
|
offset_right = 88.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("4_wy7jo")
|
|
|
|
[node name="PlayBackwardsButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 92.0
|
|
offset_top = 4.0
|
|
offset_right = 132.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("3_mr8sb")
|
|
|
|
[node name="PauseButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 136.0
|
|
offset_top = 4.0
|
|
offset_right = 176.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("4_ba3jn")
|
|
|
|
[node name="PlayButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 180.0
|
|
offset_top = 4.0
|
|
offset_right = 220.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("3_g6u4d")
|
|
|
|
[node name="FastForwardButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 224.0
|
|
offset_top = 4.0
|
|
offset_right = 264.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("8_v0ton")
|
|
|
|
[node name="SkipForwardButton" type="Button" parent="SequencerPanel/Buttons/Centered"]
|
|
layout_mode = 0
|
|
offset_left = 268.0
|
|
offset_top = 4.0
|
|
offset_right = 308.0
|
|
offset_bottom = 44.0
|
|
icon = ExtResource("9_20noo")
|
|
|
|
[node name="RecordButton" type="Button" parent="SequencerPanel/Buttons"]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 1.0
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_left = -40.0
|
|
offset_top = -20.0
|
|
offset_right = -4.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 2
|
|
icon = ExtResource("10_wy7jo")
|
|
|
|
[node name="FlyoutButtons" type="Panel" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_bottom = 0.5
|
|
offset_left = 4.0
|
|
offset_top = 48.0
|
|
offset_right = 140.0
|
|
offset_bottom = 48.0
|
|
|
|
[node name="MovementsFlyoutButton" type="Button" parent="FlyoutButtons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = 132.0
|
|
offset_bottom = 36.0
|
|
toggle_mode = true
|
|
button_group = ExtResource("3_p1t5g")
|
|
text = "Movements"
|
|
|
|
[node name="FlowsFlyoutButton" type="Button" parent="FlyoutButtons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 40.0
|
|
offset_right = 132.0
|
|
offset_bottom = 72.0
|
|
toggle_mode = true
|
|
button_group = ExtResource("3_p1t5g")
|
|
text = "Flows"
|
|
|
|
[node name="CameraFlyoutButton" type="Button" parent="FlyoutButtons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 76.0
|
|
offset_right = 132.0
|
|
offset_bottom = 108.0
|
|
toggle_mode = true
|
|
button_group = ExtResource("3_p1t5g")
|
|
text = "Camera"
|
|
|
|
[node name="CosmeticsFlyoutButton" type="Button" parent="FlyoutButtons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 112.0
|
|
offset_right = 132.0
|
|
offset_bottom = 144.0
|
|
text = "Cosmetics"
|
|
|
|
[node name="StageFlyoutButton" type="Button" parent="FlyoutButtons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 148.0
|
|
offset_right = 132.0
|
|
offset_bottom = 180.0
|
|
text = "Stage"
|
|
|
|
[node name="Movements" type="Panel" parent="."]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = 144.0
|
|
offset_top = 48.0
|
|
offset_right = 484.0
|
|
offset_bottom = 412.0
|
|
|
|
[node name="Buttons" type="Control" parent="Movements"]
|
|
anchors_preset = 0
|
|
|
|
[node name="Mouth" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 4.0
|
|
offset_right = 132.0
|
|
offset_bottom = 36.0
|
|
text = "Mouth"
|
|
|
|
[node name="LeftEar" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 40.0
|
|
offset_right = 132.0
|
|
offset_bottom = 72.0
|
|
text = "Left Ear"
|
|
|
|
[node name="RightEar" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 76.0
|
|
offset_right = 132.0
|
|
offset_bottom = 108.0
|
|
text = "Right Ear"
|
|
|
|
[node name="LeftEyelid" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 112.0
|
|
offset_right = 132.0
|
|
offset_bottom = 144.0
|
|
text = "Left Eyelid"
|
|
|
|
[node name="RightEyelid" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 148.0
|
|
offset_right = 132.0
|
|
offset_bottom = 180.0
|
|
text = "Right Eyelid"
|
|
|
|
[node name="EyesLeft" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 184.0
|
|
offset_right = 132.0
|
|
offset_bottom = 216.0
|
|
text = "Eyes Left"
|
|
|
|
[node name="EyesRight" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 220.0
|
|
offset_right = 132.0
|
|
offset_bottom = 252.0
|
|
text = "Eyes Right"
|
|
|
|
[node name="HeadLeft" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 256.0
|
|
offset_right = 132.0
|
|
offset_bottom = 288.0
|
|
text = "Head Left"
|
|
|
|
[node name="HeadRight" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 292.0
|
|
offset_right = 132.0
|
|
offset_bottom = 324.0
|
|
text = "Head Right"
|
|
|
|
[node name="HeadUp" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 328.0
|
|
offset_right = 132.0
|
|
offset_bottom = 360.0
|
|
text = "Head Up"
|
|
|
|
[node name="LeftArmUp" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 4.0
|
|
offset_right = 300.0
|
|
offset_bottom = 36.0
|
|
text = "Left Arm Up"
|
|
|
|
[node name="LeftArmTwist" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 40.0
|
|
offset_right = 300.0
|
|
offset_bottom = 72.0
|
|
text = "Left Arm Twist"
|
|
|
|
[node name="LeftElbow" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 76.0
|
|
offset_right = 300.0
|
|
offset_bottom = 108.0
|
|
text = "Left Elbow"
|
|
|
|
[node name="RightArmUp" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 112.0
|
|
offset_right = 300.0
|
|
offset_bottom = 144.0
|
|
text = "Right Arm Up"
|
|
|
|
[node name="RightArmTwist" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 148.0
|
|
offset_right = 300.0
|
|
offset_bottom = 180.0
|
|
text = "R. Arm Twist"
|
|
|
|
[node name="RightElbow" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 184.0
|
|
offset_right = 300.0
|
|
offset_bottom = 216.0
|
|
text = "Right Elbow"
|
|
|
|
[node name="BodyLeft" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 220.0
|
|
offset_right = 300.0
|
|
offset_bottom = 252.0
|
|
text = "Body Left"
|
|
|
|
[node name="BodyRight" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 256.0
|
|
offset_right = 300.0
|
|
offset_bottom = 288.0
|
|
text = "Body Right"
|
|
|
|
[node name="BodyLean" type="Button" parent="Movements/Buttons"]
|
|
layout_mode = 0
|
|
offset_left = 172.0
|
|
offset_top = 292.0
|
|
offset_right = 300.0
|
|
offset_bottom = 324.0
|
|
text = "Body Lean"
|
|
|
|
[node name="IndicatorLights" type="Control" parent="Movements"]
|
|
anchors_preset = 0
|
|
|
|
[node name="Mouth" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 4.0
|
|
offset_right = 136.0
|
|
offset_bottom = 4.0
|
|
|
|
[node name="Left Ear" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 40.0
|
|
offset_right = 136.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Right Ear" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 76.0
|
|
offset_right = 136.0
|
|
offset_bottom = 76.0
|
|
|
|
[node name="Left Eyelid" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 112.0
|
|
offset_right = 136.0
|
|
offset_bottom = 112.0
|
|
|
|
[node name="Right Eyelid" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 148.0
|
|
offset_right = 136.0
|
|
offset_bottom = 148.0
|
|
|
|
[node name="Eyes Left" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 184.0
|
|
offset_right = 136.0
|
|
offset_bottom = 184.0
|
|
|
|
[node name="Eyes Right" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 220.0
|
|
offset_right = 136.0
|
|
offset_bottom = 220.0
|
|
|
|
[node name="Head Left" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 256.0
|
|
offset_right = 136.0
|
|
offset_bottom = 256.0
|
|
|
|
[node name="Head Right" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 292.0
|
|
offset_right = 136.0
|
|
offset_bottom = 292.0
|
|
|
|
[node name="Head Up" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 136.0
|
|
offset_top = 328.0
|
|
offset_right = 136.0
|
|
offset_bottom = 328.0
|
|
|
|
[node name="Left Arm Up" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 4.0
|
|
offset_right = 304.0
|
|
offset_bottom = 4.0
|
|
|
|
[node name="Left Arm Twist" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 40.0
|
|
offset_right = 304.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Left Elbow" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 76.0
|
|
offset_right = 304.0
|
|
offset_bottom = 76.0
|
|
|
|
[node name="Right Arm Up" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 112.0
|
|
offset_right = 304.0
|
|
offset_bottom = 112.0
|
|
|
|
[node name="Right Arm Twist" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 148.0
|
|
offset_right = 304.0
|
|
offset_bottom = 148.0
|
|
|
|
[node name="Right Elbow" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 184.0
|
|
offset_right = 304.0
|
|
offset_bottom = 184.0
|
|
|
|
[node name="Body Left" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 220.0
|
|
offset_right = 304.0
|
|
offset_bottom = 220.0
|
|
|
|
[node name="Body Right" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 256.0
|
|
offset_right = 304.0
|
|
offset_bottom = 256.0
|
|
|
|
[node name="Body Lean" parent="Movements/IndicatorLights" instance=ExtResource("4_wuj6m")]
|
|
layout_mode = 1
|
|
offset_left = 304.0
|
|
offset_top = 292.0
|
|
offset_right = 304.0
|
|
offset_bottom = 292.0
|
|
|
|
[node name="FlowControls" type="Panel" parent="."]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_left = 144.0
|
|
offset_top = 48.0
|
|
offset_right = 812.0
|
|
offset_bottom = 440.0
|
|
|
|
[node name="Labels" type="Control" parent="FlowControls"]
|
|
anchors_preset = 0
|
|
offset_top = -40.0
|
|
offset_bottom = -40.0
|
|
|
|
[node name="MovementsLabel1" type="Label" parent="FlowControls/Labels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 40.0
|
|
offset_right = 132.0
|
|
offset_bottom = 72.0
|
|
text = "Movement"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="MovementsLabel2" type="Label" parent="FlowControls/Labels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 40.0
|
|
offset_right = 464.0
|
|
offset_bottom = 72.0
|
|
text = "Movement"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="InFlowsLabel1" type="Label" parent="FlowControls/Labels"]
|
|
layout_mode = 0
|
|
offset_left = 136.0
|
|
offset_top = 40.0
|
|
offset_right = 232.0
|
|
offset_bottom = 72.0
|
|
text = "In Flow"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="InFlowsLabel2" type="Label" parent="FlowControls/Labels"]
|
|
layout_mode = 0
|
|
offset_left = 468.0
|
|
offset_top = 40.0
|
|
offset_right = 564.0
|
|
offset_bottom = 72.0
|
|
text = "In Flow"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="OutFlowsLabel1" type="Label" parent="FlowControls/Labels"]
|
|
layout_mode = 0
|
|
offset_left = 236.0
|
|
offset_top = 40.0
|
|
offset_right = 332.0
|
|
offset_bottom = 72.0
|
|
text = "Out Flow"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="OutFlowsLabel2" type="Label" parent="FlowControls/Labels"]
|
|
layout_mode = 0
|
|
offset_left = 568.0
|
|
offset_top = 40.0
|
|
offset_right = 664.0
|
|
offset_bottom = 72.0
|
|
text = "Out Flow"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="InFlows" type="Control" parent="FlowControls"]
|
|
anchors_preset = 0
|
|
offset_top = -40.0
|
|
offset_bottom = -40.0
|
|
|
|
[node name="MouthFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 72.0
|
|
offset_right = 135.5
|
|
offset_bottom = 72.0
|
|
value = 3.0
|
|
|
|
[node name="LeftEarFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 108.0
|
|
offset_right = 135.5
|
|
offset_bottom = 108.0
|
|
value = 3.5
|
|
|
|
[node name="RightEarFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 144.0
|
|
offset_right = 135.5
|
|
offset_bottom = 144.0
|
|
value = 3.5
|
|
|
|
[node name="LeftEyelidFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 180.0
|
|
offset_right = 135.5
|
|
offset_bottom = 180.0
|
|
value = 1.5
|
|
|
|
[node name="RightEyelidFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 216.0
|
|
offset_right = 135.5
|
|
offset_bottom = 216.0
|
|
value = 1.5
|
|
|
|
[node name="EyesLeftFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 252.0
|
|
offset_right = 135.5
|
|
offset_bottom = 252.0
|
|
value = 2.0
|
|
|
|
[node name="EyesRightFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 288.0
|
|
offset_right = 135.5
|
|
offset_bottom = 288.0
|
|
value = 2.0
|
|
|
|
[node name="HeadLeftFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 324.0
|
|
offset_right = 135.5
|
|
offset_bottom = 324.0
|
|
value = 1.5
|
|
|
|
[node name="HeadRightFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 360.0
|
|
offset_right = 135.5
|
|
offset_bottom = 360.0
|
|
value = 1.5
|
|
|
|
[node name="HeadUpFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 135.5
|
|
offset_top = 396.0
|
|
offset_right = 135.5
|
|
offset_bottom = 396.0
|
|
|
|
[node name="LeftArmUpFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 72.0
|
|
offset_right = 467.5
|
|
offset_bottom = 72.0
|
|
value = 0.8
|
|
|
|
[node name="LeftArmTwistFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 108.0
|
|
offset_right = 467.5
|
|
offset_bottom = 108.0
|
|
value = 0.8
|
|
|
|
[node name="LeftElbowFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 144.0
|
|
offset_right = 467.5
|
|
offset_bottom = 144.0
|
|
|
|
[node name="RightArmUpFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 180.0
|
|
offset_right = 467.5
|
|
offset_bottom = 180.0
|
|
value = 0.8
|
|
|
|
[node name="RightArmTwistFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 216.0
|
|
offset_right = 467.5
|
|
offset_bottom = 216.0
|
|
value = 0.8
|
|
|
|
[node name="RightElbowFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 252.0
|
|
offset_right = 467.5
|
|
offset_bottom = 252.0
|
|
|
|
[node name="BodyLeftFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 288.0
|
|
offset_right = 467.5
|
|
offset_bottom = 288.0
|
|
value = 0.7
|
|
|
|
[node name="BodyRightFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 324.0
|
|
offset_right = 467.5
|
|
offset_bottom = 324.0
|
|
value = 0.7
|
|
|
|
[node name="BodyLeanFlow" parent="FlowControls/InFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 467.5
|
|
offset_top = 360.0
|
|
offset_right = 467.5
|
|
offset_bottom = 360.0
|
|
|
|
[node name="OutFlows" type="Control" parent="FlowControls"]
|
|
anchors_preset = 0
|
|
offset_top = -40.0
|
|
offset_bottom = -40.0
|
|
|
|
[node name="MouthFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 72.0
|
|
offset_right = 235.5
|
|
offset_bottom = 72.0
|
|
value = 2.0
|
|
|
|
[node name="LeftEarFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 108.0
|
|
offset_right = 235.5
|
|
offset_bottom = 108.0
|
|
value = 1.5
|
|
|
|
[node name="RightEarFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 144.0
|
|
offset_right = 235.5
|
|
offset_bottom = 144.0
|
|
value = 1.5
|
|
|
|
[node name="LeftEyelidFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 180.0
|
|
offset_right = 235.5
|
|
offset_bottom = 180.0
|
|
value = 2.0
|
|
|
|
[node name="RightEyelidFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 216.0
|
|
offset_right = 235.5
|
|
offset_bottom = 216.0
|
|
value = 2.0
|
|
|
|
[node name="EyesLeftFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 252.0
|
|
offset_right = 235.5
|
|
offset_bottom = 252.0
|
|
value = 2.0
|
|
|
|
[node name="EyesRightFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 288.0
|
|
offset_right = 235.5
|
|
offset_bottom = 288.0
|
|
value = 2.0
|
|
|
|
[node name="HeadLeftFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 324.0
|
|
offset_right = 235.5
|
|
offset_bottom = 324.0
|
|
value = 1.5
|
|
|
|
[node name="HeadRightFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 360.0
|
|
offset_right = 235.5
|
|
offset_bottom = 360.0
|
|
value = 1.5
|
|
|
|
[node name="HeadUpFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 235.5
|
|
offset_top = 396.0
|
|
offset_right = 235.5
|
|
offset_bottom = 396.0
|
|
|
|
[node name="LeftArmUpFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 72.0
|
|
offset_right = 567.5
|
|
offset_bottom = 72.0
|
|
value = 0.6
|
|
|
|
[node name="LeftArmTwistFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 108.0
|
|
offset_right = 567.5
|
|
offset_bottom = 108.0
|
|
value = 0.8
|
|
|
|
[node name="LeftElbowFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 144.0
|
|
offset_right = 567.5
|
|
offset_bottom = 144.0
|
|
|
|
[node name="RightArmUpFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 180.0
|
|
offset_right = 567.5
|
|
offset_bottom = 180.0
|
|
value = 0.6
|
|
|
|
[node name="RightArmTwistFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 216.0
|
|
offset_right = 567.5
|
|
offset_bottom = 216.0
|
|
value = 0.8
|
|
|
|
[node name="RightElbowFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 252.0
|
|
offset_right = 567.5
|
|
offset_bottom = 252.0
|
|
|
|
[node name="BodyLeftFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 288.0
|
|
offset_right = 567.5
|
|
offset_bottom = 288.0
|
|
value = 0.7
|
|
|
|
[node name="BodyRightFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 324.0
|
|
offset_right = 567.5
|
|
offset_bottom = 324.0
|
|
value = 0.7
|
|
|
|
[node name="BodyLeanFlow" parent="FlowControls/OutFlows" instance=ExtResource("2_jo1ms")]
|
|
layout_mode = 1
|
|
offset_left = 567.5
|
|
offset_top = 360.0
|
|
offset_right = 567.5
|
|
offset_bottom = 360.0
|
|
value = 0.8
|
|
|
|
[node name="MovementLabels" type="Control" parent="FlowControls"]
|
|
layout_mode = 3
|
|
anchors_preset = 0
|
|
|
|
[node name="Mouth" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 32.0
|
|
offset_right = 132.0
|
|
offset_bottom = 64.0
|
|
text = "Mouth"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="LeftEar" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 68.0
|
|
offset_right = 132.0
|
|
offset_bottom = 100.0
|
|
text = "Left Ear"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="RightEar" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 104.0
|
|
offset_right = 132.0
|
|
offset_bottom = 136.0
|
|
text = "Right Ear"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="LeftEyelid" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 140.0
|
|
offset_right = 132.0
|
|
offset_bottom = 172.0
|
|
text = "Left Eyelid"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="RightEyelid" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 176.0
|
|
offset_right = 132.0
|
|
offset_bottom = 208.0
|
|
text = "Right Eyelid"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="EyesLeft" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 212.0
|
|
offset_right = 132.0
|
|
offset_bottom = 244.0
|
|
text = "Eyes Left"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="EyesRight" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 248.0
|
|
offset_right = 132.0
|
|
offset_bottom = 280.0
|
|
text = "Eyes Right"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="HeadLeft" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 284.0
|
|
offset_right = 132.0
|
|
offset_bottom = 316.0
|
|
text = "Head Left"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="HeadRight" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 320.0
|
|
offset_right = 132.0
|
|
offset_bottom = 352.0
|
|
text = "Head Right"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="HeadUp" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 356.0
|
|
offset_right = 132.0
|
|
offset_bottom = 388.0
|
|
text = "Head Up"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="LeftArmUp" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 32.0
|
|
offset_right = 464.0
|
|
offset_bottom = 64.0
|
|
text = "Left Arm Up"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="LeftArmTwist" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 68.0
|
|
offset_right = 464.0
|
|
offset_bottom = 100.0
|
|
text = "Left Arm Twist"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="LeftElbow" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 104.0
|
|
offset_right = 464.0
|
|
offset_bottom = 136.0
|
|
text = "Left Elbow"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="RightArmUp" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 140.0
|
|
offset_right = 464.0
|
|
offset_bottom = 172.0
|
|
text = "Right Arm Up"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="RightArmTwist" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 176.0
|
|
offset_right = 464.0
|
|
offset_bottom = 208.0
|
|
text = "R. Arm Twist"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="RightElbow" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 212.0
|
|
offset_right = 464.0
|
|
offset_bottom = 244.0
|
|
text = "Right Elbow"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="BodyLeft" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 248.0
|
|
offset_right = 464.0
|
|
offset_bottom = 280.0
|
|
text = "Body Left"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="BodyRight" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 284.0
|
|
offset_right = 464.0
|
|
offset_bottom = 316.0
|
|
text = "Body Right"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="BodyLean" type="Label" parent="FlowControls/MovementLabels"]
|
|
layout_mode = 0
|
|
offset_left = 336.0
|
|
offset_top = 320.0
|
|
offset_right = 464.0
|
|
offset_bottom = 352.0
|
|
text = "Body Lean"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="CameraFullScreen" type="TextureRect" parent="."]
|
|
visible = false
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = SubResource("ViewportTexture_g6u4d")
|
|
expand_mode = 2
|
|
|
|
[connection signal="toggled" from="FlyoutButtons/MovementsFlyoutButton" to="." method="_on_movements_flyout_button_toggled"]
|
|
[connection signal="toggled" from="FlyoutButtons/FlowsFlyoutButton" to="." method="_on_flows_flyout_button_toggled"]
|
|
[connection signal="button_down" from="Movements/Buttons/Mouth" to="." method="_on_mouth_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/Mouth" to="." method="_on_mouth_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/LeftEar" to="." method="_on_left_ear_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/LeftEar" to="." method="_on_left_ear_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/RightEar" to="." method="_on_right_ear_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/RightEar" to="." method="_on_right_ear_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/LeftEyelid" to="." method="_on_left_eyelid_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/LeftEyelid" to="." method="_on_left_eyelid_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/RightEyelid" to="." method="_on_right_eyelid_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/RightEyelid" to="." method="_on_right_eyelid_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/EyesLeft" to="." method="_on_eyes_left_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/EyesLeft" to="." method="_on_eyes_left_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/EyesRight" to="." method="_on_eyes_right_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/EyesRight" to="." method="_on_eyes_right_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/HeadLeft" to="." method="_on_head_left_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/HeadLeft" to="." method="_on_head_left_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/HeadRight" to="." method="_on_head_right_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/HeadRight" to="." method="_on_head_right_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/HeadUp" to="." method="_on_head_up_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/HeadUp" to="." method="_on_head_up_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/LeftArmUp" to="." method="_on_left_arm_up_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/LeftArmUp" to="." method="_on_left_arm_up_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/LeftArmTwist" to="." method="_on_left_arm_twist_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/LeftArmTwist" to="." method="_on_left_arm_twist_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/LeftElbow" to="." method="_on_left_elbow_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/LeftElbow" to="." method="_on_left_elbow_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/RightArmUp" to="." method="_on_right_arm_up_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/RightArmUp" to="." method="_on_right_arm_up_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/RightArmTwist" to="." method="_on_right_arm_twist_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/RightArmTwist" to="." method="_on_right_arm_twist_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/RightElbow" to="." method="_on_right_elbow_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/RightElbow" to="." method="_on_right_elbow_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/BodyLeft" to="." method="_on_body_left_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/BodyLeft" to="." method="_on_body_left_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/BodyRight" to="." method="_on_body_right_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/BodyRight" to="." method="_on_body_right_button_up"]
|
|
[connection signal="button_down" from="Movements/Buttons/BodyLean" to="." method="_on_body_lean_button_down"]
|
|
[connection signal="button_up" from="Movements/Buttons/BodyLean" to="." method="_on_body_lean_button_up"]
|