Files
mod_ff_battle/scenes/ff_menu_panel.tscn
2026-09-10 10:59:37 +03:00

38 lines
886 B
Plaintext

[gd_scene format=3]
[ext_resource type="Script" path="src/UI/FFMenuPanel.cs" id="1_script"]
[node name="FFMenuPanel" type="Control" script=ExtResource("1_script")]
mouse_filter = 0
[node name="Background" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
color = Color(0.02, 0.05, 0.12, 0.88)
[node name="Border" type="ColorRect" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
offset_left = -3.0
offset_top = -3.0
offset_right = 3.0
offset_bottom = 3.0
mouse_filter = 2
color = Color(0.3, 0.5, 0.9, 0.9)
[node name="Cursor" type="Label" parent="."]
text = "►"
mouse_filter = 2
visible = false
theme_override_font_sizes/font_size = 18
theme_override_colors/font_color = Color(1, 0.95, 0.7, 1)