summaryrefslogtreecommitdiff
path: root/ui.tscn
blob: 24ab908f6fb7ad479dd83fc8ba6420c60a6b6dd5 (plain)
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
[gd_scene load_steps=10 format=3 uid="uid://4oytwe0gnp18"]

[ext_resource type="Script" path="res://UI.gd" id="1_6yqol"]
[ext_resource type="FontFile" uid="uid://dgekwkwx0o0os" path="res://Ginga.ttf" id="2_l84eu"]
[ext_resource type="Script" path="res://Primogemmes.gd" id="3_5ruo1"]
[ext_resource type="Texture2D" uid="uid://wvfljynswg5y" path="res://windaube.png" id="4_lkyt6"]
[ext_resource type="PackedScene" uid="uid://g8m1imvs0g1t" path="res://characters.tscn" id="5_3wm4j"]
[ext_resource type="PackedScene" uid="uid://opbr0q2e2rex" path="res://checkbox.tscn" id="6_jwgl3"]
[ext_resource type="FontFile" uid="uid://dy3o3bbglibkp" path="res://comicsans.ttf" id="7_rtagq"]

[sub_resource type="LabelSettings" id="LabelSettings_51tlr"]
font = ExtResource("2_l84eu")
font_size = 128

[sub_resource type="LabelSettings" id="LabelSettings_u6313"]
font = ExtResource("7_rtagq")
font_size = 48

[node name="CanvasUI" type="CanvasLayer"]
script = ExtResource("1_6yqol")

[node name="UI" type="Control" parent="."]
visibility_layer = 2
z_index = 69
custom_minimum_size = Vector2(1280, 960)
layout_mode = 3
anchors_preset = 0
offset_right = 1280.0
offset_bottom = 960.0

[node name="Primogemmes" type="Label" parent="UI"]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -813.0
offset_right = -40.0
offset_bottom = 150.0
grow_horizontal = 0
text = "PRIMOGMEES:  "
label_settings = SubResource("LabelSettings_51tlr")
horizontal_alignment = 2
script = ExtResource("3_5ruo1")

[node name="Windaube" type="Sprite2D" parent="UI"]
position = Vector2(1056, 877)
scale = Vector2(1.5, 1.5)
texture = ExtResource("4_lkyt6")

[node name="Characters" parent="UI" instance=ExtResource("5_3wm4j")]
position = Vector2(1280, 320)
key = "1"

[node name="Characters2" parent="UI" instance=ExtResource("5_3wm4j")]
position = Vector2(1280, 400)
label = "luigi"
key = "2"

[node name="Characters3" parent="UI" instance=ExtResource("5_3wm4j")]
position = Vector2(1280, 480)
label = ""
key = "3"

[node name="Characters4" parent="UI" instance=ExtResource("5_3wm4j")]
position = Vector2(1281, 559)
label = ""
key = "4"

[node name="Checkbox" parent="UI" instance=ExtResource("6_jwgl3")]
position = Vector2(64, 897)
scale = Vector2(4, 4)

[node name="Label" type="Label" parent="UI"]
layout_mode = 0
offset_left = 111.0
offset_top = 855.0
offset_right = 318.0
offset_bottom = 881.0
text = "epilepsy warning: fun toggle"
label_settings = SubResource("LabelSettings_u6313")