48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://bhh7tjhvj1ihl"]
|
|
|
|
[ext_resource type="Script" uid="uid://dyf8rbm4f8kmu" path="res://scripts/station_panel.gd" id="1_jmmgu"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_sr7ii"]
|
|
bg_color = Color(0.18077528, 0.6776919, 0.6938374, 0.24313726)
|
|
border_width_left = 1
|
|
border_width_top = 1
|
|
border_width_right = 1
|
|
border_width_bottom = 1
|
|
corner_radius_top_left = 3
|
|
corner_radius_top_right = 3
|
|
corner_radius_bottom_right = 3
|
|
corner_radius_bottom_left = 3
|
|
|
|
[node name="StationPanel" type="Panel"]
|
|
offset_right = 809.0
|
|
offset_bottom = 858.0
|
|
theme_override_styles/panel = SubResource("StyleBoxFlat_sr7ii")
|
|
script = ExtResource("1_jmmgu")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 19.0
|
|
offset_top = 12.0
|
|
offset_right = 798.0
|
|
offset_bottom = 35.0
|
|
text = "Nazwa stacji"
|
|
horizontal_alignment = 1
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 287.0
|
|
offset_top = 220.0
|
|
offset_right = 524.0
|
|
offset_bottom = 367.0
|
|
text = "Zbuduj fregatę"
|
|
|
|
[node name="Button2" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 770.0
|
|
offset_top = 8.0
|
|
offset_right = 799.0
|
|
offset_bottom = 39.0
|
|
text = "X"
|
|
|
|
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]
|