summaryrefslogtreecommitdiffstats
path: root/pause_menu_status.gd
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-11-29 14:10:32 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-11-29 14:10:32 +0200
commitb532e98ecdbd449da63962cc6db3feef62dbe857 (patch)
tree99acd309a6cf5e3348a3645fa9a3911a73c27892 /pause_menu_status.gd
parentcddd0a496fcc6404f1024c4e515f1e20a31a2d6c (diff)
Rework pause menu
Diffstat (limited to 'pause_menu_status.gd')
-rw-r--r--pause_menu_status.gd12
1 files changed, 12 insertions, 0 deletions
diff --git a/pause_menu_status.gd b/pause_menu_status.gd
new file mode 100644
index 0000000..8411909
--- /dev/null
+++ b/pause_menu_status.gd
@@ -0,0 +1,12 @@
+class_name PauseMenuStatus
+extends PauseMenuPage
+
+
+# Called when the node enters the scene tree for the first time.
+func _ready() -> void:
+ pass # Replace with function body.
+
+
+# Called every frame. 'delta' is the elapsed time since the previous frame.
+func _process(delta: float) -> void:
+ pass