-
Notifications
You must be signed in to change notification settings - Fork 1
/
eveB9DB.tmp
40 lines (34 loc) · 958 Bytes
/
eveB9DB.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
[gd_scene load_steps=2 format=3 uid="uid://r0qe4ipkl5k"]
[ext_resource type="Script" path="res://events_msgs.gd" id="1_kk1pc"]
[node name="Events Msgs" type="CanvasLayer"]
script = ExtResource("1_kk1pc")
[node name="eventTitle" type="Label" parent="."]
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -97.0
offset_top = -30.0
offset_right = -26.0
offset_bottom = -7.0
grow_horizontal = 2
grow_vertical = 2
scale = Vector2(2.5, 2.5)
size_flags_horizontal = 4
text = "Snowfall!"
[node name="eventDescription" type="Label" parent="."]
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -200.0
offset_top = -75.0
grow_horizontal = 0
grow_vertical = 0
text = "Event Description"
[node name="msgTimer" type="Timer" parent="."]
wait_time = 2.0
one_shot = true
[connection signal="timeout" from="msgTimer" to="." method="_on_msg_timer_timeout"]