-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMultiTouch.tscn
77 lines (68 loc) · 1.82 KB
/
MultiTouch.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://MultiTouch.cs" type="Script" id=1]
[ext_resource path="res://Assets/steelfish.bold.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 30
font_data = ExtResource( 2 )
[node name="MultiTouch" type="Node2D"]
position = Vector2( 1.5874, -0.793701 )
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
margin_left = 204.995
margin_top = 303.774
margin_right = 404.995
margin_bottom = 503.774
rect_pivot_offset = Vector2( 100, 100 )
color = Color( 0.0862745, 0.501961, 0.443137, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label1" type="Label" parent="."]
margin_left = 68.0
margin_top = 54.0
margin_right = 107.0
margin_bottom = 91.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 1, 1, 0.415686 )
text = "Label"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="."]
margin_left = 10.632
margin_top = 10.0295
margin_right = 49.632
margin_bottom = 47.0295
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 1, 1, 0.415686 )
text = "Distance
"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label3" type="Label" parent="."]
margin_left = 69.5612
margin_top = 99.8462
margin_right = 108.561
margin_bottom = 136.846
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 1, 1, 1, 0.415686 )
text = "Label"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRectFinger1" type="ColorRect" parent="."]
visible = false
margin_right = 100.0
margin_bottom = 100.0
color = Color( 1, 1, 1, 0.392157 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRectFinger2" type="ColorRect" parent="."]
margin_right = 100.0
margin_bottom = 100.0
color = Color( 1, 1, 1, 0.392157 )
__meta__ = {
"_edit_use_anchors_": false
}