Fixed bug in consecutive count

This commit is contained in:
2022-07-01 20:20:57 +02:00
parent 0276d70de3
commit 529703b7e4
3 changed files with 12 additions and 8 deletions
+3 -1
View File
@@ -14,6 +14,8 @@ function state_loading()
"sCAFFOLDING RAY-TRACING ALGORITHM",
"sWEEPING PARTICLES",
"pRESSURIZING USER INTERFACE",
"sHAKING RED AND BLUE PAINT BUCKETS",
"gATHERING GRAVITY",
"sERIALIZING BOARD MATRIX",
"bACKPORTING e2e ENCRYPTION",
}
@@ -102,7 +104,7 @@ function state_loading()
local function _update()
board:lock_tiles()
messages_x -= 5
messages_x -= 4
if loaded then
set_state(states.game, board)
end