the recording revolution is upon us
This commit is contained in:
parent
6148a3ec45
commit
e1215c17b6
11 changed files with 289 additions and 64 deletions
|
@ -32,6 +32,7 @@ offset_left = 4.0
|
|||
offset_top = 4.0
|
||||
offset_right = 260.0
|
||||
offset_bottom = 36.0
|
||||
tooltip_text = "Click to bind a key to this movement"
|
||||
text = "0 - Name (Unbound)"
|
||||
alignment = 0
|
||||
|
||||
|
@ -45,4 +46,21 @@ grow_horizontal = 2
|
|||
grow_vertical = 2
|
||||
theme_override_styles/panel = ExtResource("1_d1xev")
|
||||
|
||||
[node name="InvisibleMask" type="Control" parent="MovementsBG"]
|
||||
clip_contents = true
|
||||
layout_mode = 1
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = 4.0
|
||||
offset_top = 4.0
|
||||
offset_right = -4.0
|
||||
offset_bottom = -4.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="MovementsHandle" type="Control" parent="MovementsBG/InvisibleMask"]
|
||||
anchors_preset = 0
|
||||
offset_left = 120.0
|
||||
offset_right = 120.0
|
||||
|
||||
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue