59 lines
2.2 KiB
Text
59 lines
2.2 KiB
Text
[gd_scene format=3 uid="uid://bdpqvwvwmaian"]
|
|
|
|
[ext_resource type="Script" uid="uid://ttfk4n2fkifj" path="res://printer_card.gd" id="1_5nuqd"]
|
|
|
|
[node name="PrinterCard" type="PanelContainer" unique_id=1714388686]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_5nuqd")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=2020543953]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer" unique_id=136204542]
|
|
layout_mode = 2
|
|
|
|
[node name="PrinterInfo" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=1483771792]
|
|
layout_mode = 2
|
|
|
|
[node name="PrinterName" type="Label" parent="MarginContainer/VBoxContainer/PrinterInfo" unique_id=558034559]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 22
|
|
text = "Prousa"
|
|
|
|
[node name="PrinterModel" type="Label" parent="MarginContainer/VBoxContainer/PrinterInfo" unique_id=1875039539]
|
|
layout_mode = 2
|
|
text = ": MK2"
|
|
|
|
[node name="PrinterStats" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=676238633]
|
|
layout_mode = 2
|
|
|
|
[node name="SpeedLabel" type="Label" parent="MarginContainer/VBoxContainer/PrinterStats" unique_id=1031960459]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Speed: 1 / 5"
|
|
|
|
[node name="QualityLabel" type="Label" parent="MarginContainer/VBoxContainer/PrinterStats" unique_id=142510012]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Quality: 1 / 5"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer" unique_id=1428599849]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="Price" type="Label" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=586182920]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Price: 500 €"
|
|
|
|
[node name="BuyButton" type="Button" parent="MarginContainer/VBoxContainer/HBoxContainer" unique_id=1475207118]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Buy"
|
|
|
|
[connection signal="pressed" from="MarginContainer/VBoxContainer/HBoxContainer/BuyButton" to="." method="_on_buy_button_pressed"]
|