From a3927558446a7498622429256a3667555c128b89 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Mon, 22 Jul 2024 23:29:09 +0100 Subject: [PATCH] global tracker of current level --- constants.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constants.lua b/constants.lua index 8ca0035..5c9cb85 100644 --- a/constants.lua +++ b/constants.lua @@ -26,3 +26,6 @@ P2_WIN = false -- WIN counts! P1_COUNT = 0 P2_COUNT = 0 + +-- Current Level +CUR_LEVEL = 1