-
Notifications
You must be signed in to change notification settings - Fork 0
/
jou8F6C.tmp
130 lines (107 loc) · 5.35 KB
/
jou8F6C.tmp
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
[gd_scene load_steps=6 format=3 uid="uid://drmrj53ferrvw"]
[ext_resource type="Script" path="res://journal.gd" id="1_3nkps"]
[ext_resource type="Texture2D" uid="uid://che6nifmou86t" path="res://UI/journal.png" id="1_3qhr3"]
[ext_resource type="Texture2D" uid="uid://cp24vf1dyuc5t" path="res://UI/arrow_left.png" id="2_2kd72"]
[ext_resource type="FontFile" uid="uid://qxc36i5l7jjy" path="res://UI/VCR_OSD_MONO_1.001.ttf" id="2_c4v05"]
[ext_resource type="Texture2D" uid="uid://bjp4rdgp6e5xu" path="res://UI/arrow_right.png" id="4_fmr4h"]
[node name="Journal" type="Node2D"]
script = ExtResource("1_3nkps")
[node name="ImageContainer" type="MarginContainer" parent="."]
offset_right = 1152.0
offset_bottom = 648.0
[node name="HBoxContainer" type="HBoxContainer" parent="ImageContainer"]
layout_mode = 2
size_flags_vertical = 4
theme_override_constants/separation = 8
[node name="Left Arrow Image" type="TextureRect" parent="ImageContainer/HBoxContainer"]
custom_minimum_size = Vector2(60, 136)
layout_mode = 2
size_flags_vertical = 4
texture = ExtResource("2_2kd72")
expand_mode = 1
stretch_mode = 2
[node name="Journal Image" type="TextureRect" parent="ImageContainer/HBoxContainer"]
custom_minimum_size = Vector2(1000, 500)
layout_mode = 2
texture = ExtResource("1_3qhr3")
expand_mode = 1
[node name="Right Arrow Image" type="TextureRect" parent="ImageContainer/HBoxContainer"]
custom_minimum_size = Vector2(60, 136)
layout_mode = 2
size_flags_vertical = 4
texture = ExtResource("4_fmr4h")
expand_mode = 1
stretch_mode = 2
[node name="JournalContainer" type="MarginContainer" parent="."]
offset_top = 9.0
offset_right = 1152.0
offset_bottom = 648.0
theme_override_constants/margin_left = 4
theme_override_constants/margin_top = 72
theme_override_constants/margin_right = 4
theme_override_constants/margin_bottom = 72
[node name="HBoxContainer" type="HBoxContainer" parent="JournalContainer"]
layout_mode = 2
theme_override_constants/separation = 24
[node name="Left Arrow" type="Button" parent="JournalContainer/HBoxContainer"]
self_modulate = Color(1, 1, 1, 0)
layout_mode = 2
text = "Left arrow"
[node name="Left Page" type="VBoxContainer" parent="JournalContainer/HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Title" type="Label" parent="JournalContainer/HBoxContainer/Left Page"]
custom_minimum_size = Vector2(400, 50)
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("2_c4v05")
theme_override_font_sizes/font_size = 24
text = "Curse of the Example Curse"
horizontal_alignment = 1
vertical_alignment = 2
[node name="Separator" type="Control" parent="JournalContainer/HBoxContainer/Left Page"]
layout_mode = 2
[node name="Label" type="Label" parent="JournalContainer/HBoxContainer/Left Page"]
custom_minimum_size = Vector2(430, 420)
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("2_c4v05")
theme_override_font_sizes/font_size = 18
text = "ORIGIN:
This curse only comes to those who need some lorem ipsum in order to get some text formatting going.
SYMPTOMS:
Large amounts of text that aren't really saying anything at all, just kinda, being there, you know? Like when the text is texting, and the words are wording, and you just know that something feels a little too... off about it? Like someone's just trying to extend a word limit so they can look at a page and their brain goes \"Huh, there's words here,\" but it doesn't really mean anything?"
autowrap_mode = 3
[node name="Separator" type="Control" parent="JournalContainer/HBoxContainer"]
layout_mode = 2
[node name="Right Page" type="VBoxContainer" parent="JournalContainer/HBoxContainer"]
layout_mode = 2
theme_override_constants/separation = 10
[node name="Title" type="Label" parent="JournalContainer/HBoxContainer/Right Page"]
custom_minimum_size = Vector2(400, 50)
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("2_c4v05")
theme_override_font_sizes/font_size = 24
text = "Curse of the Same Curse"
horizontal_alignment = 1
vertical_alignment = 2
[node name="Separator" type="Control" parent="JournalContainer/HBoxContainer/Right Page"]
layout_mode = 2
[node name="Label" type="Label" parent="JournalContainer/HBoxContainer/Right Page"]
custom_minimum_size = Vector2(430, 420)
layout_mode = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_fonts/font = ExtResource("2_c4v05")
theme_override_font_sizes/font_size = 18
text = "ORIGIN:
This curse only comes to those who need some lorem ipsum in order to get some text formatting going.
SYMPTOMS:
Large amounts of text that aren't really saying anything at all, just kinda, being there, you know? Like when the text is texting, and the words are wording, and you just know that something feels a little too... off about it? Like someone's just trying to extend a word limit so they can look at a page and their brain goes \"Huh, there's words here,\" but it doesn't really mean anything?"
autowrap_mode = 3
[node name="Right Arrow" type="Button" parent="JournalContainer/HBoxContainer"]
self_modulate = Color(1, 1, 1, 0)
layout_mode = 2
text = "Right arrow"
[connection signal="pressed" from="JournalContainer/HBoxContainer/Left Arrow" to="." method="_on_left_arrow_pressed"]
[connection signal="pressed" from="JournalContainer/HBoxContainer/Right Arrow" to="." method="_on_right_arrow_pressed"]