85 lines
2.3 KiB
Plaintext
85 lines
2.3 KiB
Plaintext
[gd_scene load_steps=5 format=3 uid="uid://o88rhxrwmp84"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c3iird5npbno2" path="res://res/ui/ui_030_trade/tuceng159.png" id="1_yy2dd"]
|
|
[ext_resource type="Texture2D" uid="uid://c22roiesh6vks" path="res://res/ui/ui_030_trade/tuceng160.png" id="2_jf0t0"]
|
|
[ext_resource type="Script" path="res://scene/trade_card.gd" id="2_qimuw"]
|
|
[ext_resource type="Script" path="res://scene/trade_card_btn_spec.gd" id="4_t38hb"]
|
|
|
|
[node name="trade_card" type="TextureRect"]
|
|
offset_right = 131.0
|
|
offset_bottom = 286.0
|
|
texture = ExtResource("1_yy2dd")
|
|
expand_mode = 3
|
|
script = ExtResource("2_qimuw")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_jf0t0")
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="face" type="TextureRect" parent="TextureRect"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
expand_mode = 1
|
|
stretch_mode = 5
|
|
|
|
[node name="price" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -64.8134
|
|
offset_top = -54.0
|
|
offset_right = -9.81343
|
|
offset_bottom = -9.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "价格:100"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="num" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 1
|
|
anchors_preset = 1
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
offset_left = -83.8134
|
|
offset_right = -17.8134
|
|
offset_bottom = 45.0
|
|
grow_horizontal = 0
|
|
theme_override_font_sizes/font_size = 24
|
|
text = "0"
|
|
horizontal_alignment = 2
|
|
vertical_alignment = 1
|
|
|
|
[node name="trade_card_btn_spec" type="Button" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
focus_mode = 0
|
|
flat = true
|
|
script = ExtResource("4_t38hb")
|
|
|
|
[connection signal="button_down" from="trade_card_btn_spec" to="trade_card_btn_spec" method="on_button_down"]
|
|
[connection signal="button_up" from="trade_card_btn_spec" to="trade_card_btn_spec" method="on_button_up"]
|
|
[connection signal="pressed" from="trade_card_btn_spec" to="." method="_on_trade_card_btn_spec_pressed"]
|