-
Notifications
You must be signed in to change notification settings - Fork 5
/
Demo.tscn
50 lines (43 loc) · 1.46 KB
/
Demo.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
[gd_scene load_steps=4 format=3 uid="uid://c5mvq01d2wxhm"]
[ext_resource type="Script" path="res://Demo.gd" id="1"]
[ext_resource type="FontFile" uid="uid://c1w6lof772ck7" path="res://fonts/top.tres" id="2"]
[ext_resource type="FontFile" uid="uid://dcojfhh0vr3o4" path="res://fonts/bottom.tres" id="3"]
[node name="Demo" type="Node2D"]
position = Vector2(2, 1)
script = ExtResource("1")
[node name="Label" type="Label" parent="."]
offset_left = 9.0
offset_top = 174.0
offset_right = 263.0
offset_bottom = 259.0
theme_override_fonts/font = ExtResource("2")
theme_override_font_sizes/font_size = 35
[node name="Label2" type="Label" parent="."]
offset_left = 4.45139
offset_top = 9.26056
offset_right = 927.451
offset_bottom = 174.261
theme_override_fonts/font = ExtResource("3")
theme_override_font_sizes/font_size = 120
text = "Try the gestures!"
[node name="Label3" type="Label" parent="."]
offset_left = 18.0
offset_top = 815.0
offset_right = 963.0
offset_bottom = 1076.0
theme_override_fonts/font = ExtResource("2")
theme_override_font_sizes/font_size = 35
[node name="Label4" type="Label" parent="."]
offset_left = 963.0
offset_top = 808.0
offset_right = 1908.0
offset_bottom = 1065.0
theme_override_fonts/font = ExtResource("2")
theme_override_font_sizes/font_size = 35
[node name="Label5" type="Label" parent="."]
offset_left = 1351.0
offset_top = 20.0
offset_right = 1912.0
offset_bottom = 785.0
theme_override_fonts/font = ExtResource("2")
theme_override_font_sizes/font_size = 35