-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathScene_buy.tscn
105 lines (94 loc) · 2.24 KB
/
Scene_buy.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
[gd_scene load_steps=4 format=2]
[ext_resource path="res://Checkout list.tscn" type="PackedScene" id=1]
[ext_resource path="res://Plate_buy.tscn" type="PackedScene" id=2]
[ext_resource path="res://Scene_buy.gd" type="Script" id=3]
[node name="Control" type="Control"]
anchor_top = 0.05
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -100.0
script = ExtResource( 3 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Metal" parent="." instance=ExtResource( 2 )]
anchor_right = 0.25
anchor_bottom = 0.333
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0
res_name = "Metal"
price = 2.28
[node name="Wood" parent="." instance=ExtResource( 2 )]
anchor_left = 0.25
anchor_right = 0.5
anchor_bottom = 0.333
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0
res_name = "Wood"
price = 6.66
[node name="Plastic" parent="." instance=ExtResource( 2 )]
anchor_left = 0.5
anchor_right = 0.75
anchor_bottom = 0.333
margin_left = -2.0
margin_top = -2.0
margin_right = 3.0
margin_bottom = 2.0
res_name = "Plastic"
price = 4.2
[node name="Cloth" parent="." instance=ExtResource( 2 )]
anchor_top = 0.333
anchor_right = 0.375
anchor_bottom = 0.666
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0
res_name = "Cloth"
price = 9.11
[node name="Rubber" parent="." instance=ExtResource( 2 )]
anchor_left = 0.375
anchor_top = 0.333
anchor_right = 0.75
anchor_bottom = 0.666
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0
res_name = "Rubber"
price = 4.07
[node name="Concrete" parent="." instance=ExtResource( 2 )]
anchor_top = 0.666
anchor_right = 0.375
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0
res_name = "Concrete"
price = 3.22
[node name="Tarpaper" parent="." instance=ExtResource( 2 )]
anchor_left = 0.375
anchor_top = 0.666
anchor_right = 0.75
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0
res_name = "Tarpaper"
price = 14.88
[node name="Checkout list" parent="." instance=ExtResource( 1 )]
anchor_left = 0.75
margin_left = -2.0
margin_top = -2.0
margin_right = 2.0
margin_bottom = 2.0