ArkSol/scenes/tech_panel.tscn
2025-11-10 18:49:50 +01:00

68 lines
1.8 KiB
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://bitiuqh8lb0ga"]
[ext_resource type="Script" uid="uid://bsdypct22eu23" path="res://scripts/tech_panel.gd" id="1_qc7t1"]
[ext_resource type="FontFile" uid="uid://chk8jrn2ighpx" path="res://assets/fonts/main_font.ttf" id="2_5new4"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sqypy"]
bg_color = Color(0.69411767, 0.32156864, 0.08235294, 0.37254903)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.7988825, 0.55350196, 0.19976625, 1)
corner_radius_top_left = 2
corner_radius_top_right = 2
corner_radius_bottom_right = 2
corner_radius_bottom_left = 2
[node name="TechPanel" type="Panel"]
anchors_preset = -1
anchor_left = 0.499
anchor_top = 0.37300003
anchor_right = 0.499
anchor_bottom = 0.37300003
offset_left = -612.44006
offset_top = -241.70401
offset_right = 47.559937
offset_bottom = 259.88
grow_vertical = 2
size_flags_horizontal = 0
size_flags_vertical = 0
theme_override_styles/panel = SubResource("StyleBoxFlat_sqypy")
script = ExtResource("1_qc7t1")
[node name="Tech_Label" type="Label" parent="."]
layout_mode = 0
offset_left = 5.0
offset_top = 3.0
offset_right = 393.0
offset_bottom = 24.0
theme_override_fonts/font = ExtResource("2_5new4")
theme_override_font_sizes/font_size = 16
text = "Technologie"
horizontal_alignment = 1
[node name="Technologies" type="GridContainer" parent="."]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 15.0
offset_top = -56.0
offset_right = -11.0
offset_bottom = -8.0
grow_horizontal = 2
grow_vertical = 0
columns = 4
[node name="Button" type="Button" parent="."]
layout_mode = 0
offset_left = 614.0
offset_top = 6.583954
offset_right = 653.0
offset_bottom = 39.167908
text = "X"
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]