20 lines
541 B
Plaintext
20 lines
541 B
Plaintext
[gd_scene format=3 uid="uid://dqlobinv01"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/lobby_invite_popup.gd" id="1_lip"]
|
|
|
|
[node name="LobbyInvitePopup" type="ConfirmationDialog"]
|
|
title = "Lobby Invitation"
|
|
ok_button_text = "Join"
|
|
script = ExtResource("1_lip")
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 280.0
|
|
offset_bottom = 80.0
|
|
|
|
[node name="MessageLabel" type="Label" parent="VBox"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Someone invited you to their lobby!"
|
|
autowrap_mode = 3
|