FunkPanion/scenes/osd_action.tscn
2024-11-23 14:36:52 -06:00

53 lines
1.3 KiB
Text

[gd_scene load_steps=3 format=3 uid="uid://4er5u7okv1gr"]
[ext_resource type="FontFile" uid="uid://4e3o2ds5xy7p" path="res://assets/fonts/MatSymOut.ttf" id="1_wgmk7"]
[sub_resource type="LabelSettings" id="LabelSettings_dy2ef"]
font = ExtResource("1_wgmk7")
[node name="OSDAction" type="Button"]
custom_minimum_size = Vector2(0, 24)
anchors_preset = 14
anchor_top = 0.5
anchor_right = 1.0
anchor_bottom = 0.5
offset_top = -4.0
offset_bottom = 4.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 4
mouse_filter = 1
keep_pressed_outside = true
text_overrun_behavior = 3
[node name="Icon" type="Label" parent="."]
custom_minimum_size = Vector2(24, 24)
layout_mode = 1
anchors_preset = 9
anchor_bottom = 1.0
offset_right = 16.0
grow_vertical = 2
text = "add"
label_settings = SubResource("LabelSettings_dy2ef")
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 0
[node name="Title" type="Label" parent="."]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -39.5
offset_top = -10.0
offset_right = 39.5
offset_bottom = 10.0
grow_horizontal = 2
grow_vertical = 2
text = "More BPM"
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 0