From bc408aeeb3a4290d78d00b4e1dd893a61691c558 Mon Sep 17 00:00:00 2001 From: Simon Cambier Date: Sat, 7 Oct 2023 19:06:57 +0200 Subject: [PATCH] Use standard font for rules --- states/rules.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/states/rules.lua b/states/rules.lua index 8614e91..e56d523 100644 --- a/states/rules.lua +++ b/states/rules.lua @@ -20,11 +20,11 @@ function state_rules() end, _exit = function() - standard_font() + -- standard_font() end, _update=function() - custom_font() + -- custom_font() if frame_count%8==0 then color += 1 end