3d-printing-simulator-textb.../Scenes/Shop/Filaments/shop_filaments_card.tscn

76 lines
2.5 KiB
Text

[gd_scene format=3 uid="uid://csq76iufxrb4y"]
[ext_resource type="Script" uid="uid://o733qdkp8lxl" path="res://Scenes/Shop/Filaments/shop_filament_card.gd" id="1_gtjvs"]
[node name="FilamentsCard" type="PanelContainer" unique_id=368185874]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_gtjvs")
[node name="Margin" type="MarginContainer" parent="." unique_id=1163688479]
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="Info" type="VBoxContainer" parent="Margin" unique_id=1453497579]
layout_mode = 2
[node name="Title" type="VBoxContainer" parent="Margin/Info" unique_id=1904589169]
layout_mode = 2
[node name="Material" type="Label" parent="Margin/Info/Title" unique_id=24143253]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "LOL-CF"
[node name="Description" type="Label" parent="Margin/Info/Title" unique_id=870869096]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Filament description goes here"
[node name="Multipliers" type="HBoxContainer" parent="Margin/Info" unique_id=2026319482]
layout_mode = 2
[node name="RewardMultiplier" type="Label" parent="Margin/Info/Multipliers" unique_id=867010603]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Reward multiplier: x1.0"
[node name="ExperienceMultiplier" type="Label" parent="Margin/Info/Multipliers" unique_id=1033367043]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Experience multiplier: x1.0"
[node name="ProductInfo" type="HBoxContainer" parent="Margin/Info" unique_id=1243250288]
layout_mode = 2
[node name="Amount" type="Label" parent="Margin/Info/ProductInfo" unique_id=1356405418]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Amount: 123 g"
[node name="Price" type="HBoxContainer" parent="Margin/Info" unique_id=926000726]
layout_mode = 2
[node name="PriceTag" type="Label" parent="Margin/Info/Price" unique_id=881459224]
unique_name_in_owner = true
layout_mode = 2
size_flags_horizontal = 3
text = "Price: 1.23 €"
[node name="BuyButton" type="Button" parent="Margin/Info/Price" unique_id=780730344]
layout_mode = 2
size_flags_horizontal = 3
text = "Buy"
[connection signal="pressed" from="Margin/Info/Price/BuyButton" to="." method="_on_buy_button_pressed"]