Use standard font for rules
This commit is contained in:
parent
4d4c0adb3b
commit
bc408aeeb3
|
@ -20,11 +20,11 @@ function state_rules()
|
||||||
end,
|
end,
|
||||||
|
|
||||||
_exit = function()
|
_exit = function()
|
||||||
standard_font()
|
-- standard_font()
|
||||||
end,
|
end,
|
||||||
|
|
||||||
_update=function()
|
_update=function()
|
||||||
custom_font()
|
-- custom_font()
|
||||||
if frame_count%8==0 then
|
if frame_count%8==0 then
|
||||||
color += 1
|
color += 1
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue
Block a user