summaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu')
-rw-r--r--client/menu/popup.gd4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/menu/popup.gd b/client/menu/popup.gd
index ff3e089e..d4849e92 100644
--- a/client/menu/popup.gd
+++ b/client/menu/popup.gd
@@ -16,8 +16,8 @@
extends Menu
class_name MenuPopup
-@onready var message := $CenterContainer/Panel/MarginContainer/VBoxContainer/Message
-@onready var button_container := $CenterContainer/Panel/MarginContainer/VBoxContainer/HBoxContainer
+@onready var message := $MarginContainer/CenterContainer/Panel/MarginContainer/VBoxContainer/Message
+@onready var button_container := $MarginContainer/CenterContainer/Panel/MarginContainer/VBoxContainer/HBoxContainer
class Data:
var buttons: Array[Button]