aboutsummaryrefslogtreecommitdiff
path: root/client/gui/overlays/popup_message/popup_message.tscn
blob: fab35e3eba12c1676989ac90cc45b2bf73011f5b (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
[gd_scene load_steps=4 format=3 uid="uid://b21nrnkygiyjt"]

[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://gui/resources/theme/theme.tres" id="1_a1566"]
[ext_resource type="Script" uid="uid://c2cx41lrgf5b0" path="res://gui/overlays/popup_message/popup_message.gd" id="2_sbew6"]
[ext_resource type="PackedScene" uid="uid://dq61p3a8og2b6" path="res://gui/overlays/popup_message/server_message.tscn" id="3_m3rok"]

[node name="PopupMessage" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
script = ExtResource("2_sbew6")

[node name="ServerMessage" type="Timer" parent="."]
wait_time = 5.0
one_shot = true

[node name="Static" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
theme = ExtResource("1_a1566")

[node name="VBox" type="VBoxContainer" parent="Static"]
layout_mode = 2
mouse_filter = 2

[node name="ServerMessage" parent="Static/VBox" instance=ExtResource("3_m3rok")]
visible = false
layout_mode = 2

[node name="Positional" type="Control" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2

[connection signal="timeout" from="ServerMessage" to="." method="_on_server_timeout"]