-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpoints.tscn
86 lines (73 loc) · 2.21 KB
/
points.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
[gd_scene load_steps=4 format=1]
[ext_resource path="res://points.gd" type="Script" id=1]
[ext_resource path="res://ase/marcador.png" type="Texture" id=2]
[ext_resource path="res://assets/CINNA-big.fnt" type="Font" id=3]
[node name="points" type="Node2D"]
script/script = ExtResource( 1 )
[node name="Sprite" type="Sprite" parent="."]
transform/pos = Vector2( 56.8024, 22.5056 )
texture = ExtResource( 2 )
[node name="player1" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = -89.0
margin/top = -28.0
margin/right = 7.0
margin/bottom = 78.0
custom_fonts/font = ExtResource( 3 )
custom_colors/font_color = Color( 1, 0.976471, 0.741176, 1 )
custom_colors/font_color_shadow = Color( 0.125, 0.0195312, 0.0195312, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 2
custom_constants/shadow_as_outline = 0
text = "00"
align = 1
valign = 1
uppercase = true
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="label2" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 40.0
margin/top = -34.0
margin/right = 78.0
margin/bottom = 72.0
custom_fonts/font = ExtResource( 3 )
custom_colors/font_color = Color( 1, 0.976471, 0.741176, 1 )
custom_colors/font_color_shadow = Color( 0.125, 0.0195312, 0.0195312, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 2
custom_constants/shadow_as_outline = 0
text = "-"
uppercase = true
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1
[node name="player2" type="Label" parent="."]
focus/ignore_mouse = true
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 0
margin/left = 117.0
margin/top = -29.0
margin/right = 213.0
margin/bottom = 77.0
custom_fonts/font = ExtResource( 3 )
custom_colors/font_color = Color( 1, 0.976471, 0.741176, 1 )
custom_colors/font_color_shadow = Color( 0.125, 0.0195312, 0.0195312, 1 )
custom_constants/shadow_offset_x = 2
custom_constants/shadow_offset_y = 2
custom_constants/shadow_as_outline = 0
text = "00"
align = 1
valign = 1
uppercase = true
percent_visible = 1.0
lines_skipped = 0
max_lines_visible = -1