-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathGameUI.tscn
54 lines (41 loc) · 1.45 KB
/
GameUI.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
[gd_scene load_steps=3 format=3 uid="uid://m5qjpsymipby"]
[ext_resource type="Script" path="res://scripts/GameUI.gd" id="1_tibes"]
[ext_resource type="Theme" uid="uid://b10gempiforpw" path="res://themes/default.tres" id="2_d5o7l"]
[node name="GameUI" type="Node2D"]
script = ExtResource("1_tibes")
[node name="Panel" type="Panel" parent="."]
offset_right = 501.0
offset_bottom = 98.0
theme = ExtResource("2_d5o7l")
[node name="VBoxContainer" type="VBoxContainer" parent="Panel"]
layout_mode = 0
offset_left = 13.0
offset_right = 220.0
offset_bottom = 446.0
[node name="Top10" type="GridContainer" parent="Panel/VBoxContainer"]
layout_mode = 2
columns = 2
[node name="Label" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Top 10"
[node name="Label2" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Position"
[node name="Label3" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Top 10"
[node name="Label4" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Position"
[node name="Label5" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Top 10"
[node name="Label6" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Position"
[node name="Label7" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Top 10"
[node name="Label8" type="Label" parent="Panel/VBoxContainer/Top10"]
layout_mode = 2
text = "Position"