summaryrefslogtreecommitdiffstats
path: root/pause_menu_status.gd
diff options
context:
space:
mode:
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