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

59 lines
1.6 KiB
Text

[gd_scene load_steps=6 format=3 uid="uid://qnb6qrsgpbwc"]
[ext_resource type="Theme" uid="uid://e62vyqlhf1v1" path="res://osd.tres" id="1_gvcqe"]
[ext_resource type="FontFile" uid="uid://c6ck52v6qotm" path="res://assets/fonts/B_Lexend.ttf" id="2_3mso8"]
[ext_resource type="Script" path="res://scripts/osd.gd" id="2_vrpyu"]
[sub_resource type="LabelSettings" id="LabelSettings_h5r2p"]
font_color = Color(1, 1, 1, 0.501961)
[sub_resource type="LabelSettings" id="LabelSettings_58gdk"]
font = ExtResource("2_3mso8")
font_size = 24
[node name="OSD" type="PanelContainer"]
visible = false
clip_contents = true
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -100.0
offset_top = -50.0
offset_right = 100.0
offset_bottom = 50.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 4
size_flags_vertical = 4
theme = ExtResource("1_gvcqe")
script = ExtResource("2_vrpyu")
[node name="OSDTagline" type="Label" parent="."]
custom_minimum_size = Vector2(0, 31)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 0
text = "BPM"
label_settings = SubResource("LabelSettings_h5r2p")
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 0
text_overrun_behavior = 3
[node name="OSDTitle" type="Label" parent="."]
layout_mode = 2
size_flags_horizontal = 3
text = "120"
label_settings = SubResource("LabelSettings_58gdk")
horizontal_alignment = 1
vertical_alignment = 1
justification_flags = 0
text_overrun_behavior = 3
[node name="OSDActionBar" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_vertical = 8
mouse_filter = 2
alignment = 1