-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlevel 1.tscn
108 lines (88 loc) · 3.02 KB
/
level 1.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
106
107
108
[gd_scene load_steps=8 format=2]
[ext_resource path="res://ui-assets/building-ui.svg" type="Texture" id=1]
[ext_resource path="res://ui-assets/building-machinedrawer.svg" type="Texture" id=2]
[ext_resource path="res://ui-assets/building-hud.svg" type="Texture" id=3]
[ext_resource path="res://assets/246596905_611837846522422_5590490234798968082_n.png" type="Texture" id=4]
[ext_resource path="res://grid.tscn" type="PackedScene" id=5]
[ext_resource path="res://FlaxMachine/Loom.tscn" type="PackedScene" id=6]
[ext_resource path="res://level 1.gd" type="Script" id=7]
[node name="Node2D" type="Node2D"]
script = ExtResource( 7 )
[node name="bg" type="Sprite" parent="."]
position = Vector2( 960, 540 )
scale = Vector2( 1.5, 1.5 )
texture = ExtResource( 4 )
[node name="grid for machine" type="Node" parent="."]
[node name="grid" parent="grid for machine" instance=ExtResource( 5 )]
[node name="machine seller zone" type="Sprite" parent="."]
position = Vector2( 249, 540 )
texture = ExtResource( 2 )
[node name="left control" type="VBoxContainer" parent="."]
margin_top = 8.0
margin_right = 496.0
margin_bottom = 1080.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="game status" type="TextureRect" parent="left control"]
margin_right = 496.0
margin_bottom = 256.0
texture = ExtResource( 3 )
[node name="machine" type="HBoxContainer" parent="left control"]
margin_top = 260.0
margin_right = 496.0
margin_bottom = 1072.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="LoomMachine" parent="left control/machine" instance=ExtResource( 6 )]
position = Vector2( 214, 338 )
z_index = 5
[node name="left mach" type="VBoxContainer" parent="left control/machine"]
margin_right = 246.0
margin_bottom = 812.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="mach1" type="Button" parent="left control/machine/left mach"]
margin_right = 246.0
margin_bottom = 20.0
[node name="mach3" type="Button" parent="left control/machine/left mach"]
margin_top = 24.0
margin_right = 246.0
margin_bottom = 44.0
[node name="mach5" type="Button" parent="left control/machine/left mach"]
margin_top = 48.0
margin_right = 246.0
margin_bottom = 68.0
[node name="right mach" type="VBoxContainer" parent="left control/machine"]
margin_left = 250.0
margin_right = 496.0
margin_bottom = 812.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="mach2" type="Button" parent="left control/machine/right mach"]
margin_right = 246.0
margin_bottom = 20.0
[node name="mach4" type="Button" parent="left control/machine/right mach"]
margin_top = 24.0
margin_right = 246.0
margin_bottom = 44.0
[node name="mach6" type="Button" parent="left control/machine/right mach"]
margin_top = 48.0
margin_right = 246.0
margin_bottom = 68.0
[node name="level" type="Label" parent="."]
margin_left = 64.0
margin_top = 72.0
margin_right = 80.0
margin_bottom = 88.0
rect_scale = Vector2( 8, 8 )
text = "01"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="plan" type="Sprite" parent="."]
visible = false
position = Vector2( 960, 540 )
texture = ExtResource( 1 )