diff options
| author | nokoe <nokoe@mailbox.org> | 2024-10-01 14:29:11 +0200 | 
|---|---|---|
| committer | nokoe <nokoe@mailbox.org> | 2024-10-01 14:29:11 +0200 | 
| commit | 78c13e68040241f0fb76592e3664de2bc24cc981 (patch) | |
| tree | 3684b86f31e1253d7c1f62a316f36a034df59838 /client/menu/warning_popup.gd | |
| parent | 34f7557f1b956425de3417ba7e92699fe22adb63 (diff) | |
| download | hurrycurry-78c13e68040241f0fb76592e3664de2bc24cc981.tar hurrycurry-78c13e68040241f0fb76592e3664de2bc24cc981.tar.bz2 hurrycurry-78c13e68040241f0fb76592e3664de2bc24cc981.tar.zst | |
more universal popups
Diffstat (limited to 'client/menu/warning_popup.gd')
| -rw-r--r-- | client/menu/warning_popup.gd | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/client/menu/warning_popup.gd b/client/menu/warning_popup.gd deleted file mode 100644 index fd23a30a..00000000 --- a/client/menu/warning_popup.gd +++ /dev/null @@ -1,8 +0,0 @@ -extends Menu -class_name WarningPopup - -func _ready(): -	$CenterContainer/Panel/MarginContainer/VBoxContainer/Message.text = self.data - -func _on_accept_pressed(): -	exit() | 
