-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDisplayPlayer.tscn
52 lines (43 loc) · 1.3 KB
/
DisplayPlayer.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://DisplayPlayer.gd" type="Script" id=1]
[node name="DisplayPlayer" type="Node2D"]
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
margin_left = 24.0
margin_top = -56.0
margin_right = 32.0
margin_bottom = -32.0
color = Color( 0, 0, 1, 1 )
[node name="ColorRect2" type="ColorRect" parent="."]
margin_left = -32.0
margin_top = -56.0
margin_right = -24.0
margin_bottom = -32.0
color = Color( 0, 0, 1, 1 )
[node name="ColorRect3" type="ColorRect" parent="."]
margin_left = 24.0
margin_top = 40.0
margin_right = 32.0
margin_bottom = 64.0
color = Color( 0, 0, 1, 1 )
[node name="ColorRect4" type="ColorRect" parent="."]
margin_left = -32.0
margin_top = 40.0
margin_right = -24.0
margin_bottom = 64.0
color = Color( 0, 0, 1, 1 )
[node name="ColorRect5" type="ColorRect" parent="."]
margin_left = -24.0
margin_top = 48.0
margin_right = 24.0
margin_bottom = 56.0
color = Color( 0, 0, 1, 1 )
[node name="ColorRect6" type="ColorRect" parent="."]
margin_left = -24.0
margin_top = -48.0
margin_right = 24.0
margin_bottom = -40.0
color = Color( 0, 0, 1, 1 )
[node name="Polygon2D" type="Polygon2D" parent="."]
color = Color( 0, 0, 1, 1 )
polygon = PoolVector2Array( 0, -64, 0, -64, 8, -56, 16, -24, 28, 8, 8, 64, -8, 64, -28, 8, -16, -24, -8, -56 )