Cleaning stuffs

This commit is contained in:
Nguyễn Quốc Hưng
2024-08-17 16:11:42 +07:00
parent 628cf22110
commit 1f5a21fec4
4 changed files with 27 additions and 30 deletions

View File

@@ -5,7 +5,6 @@ local error_message
local valid_data
local prev_scene
function ReplayTestScene:new(input_file)
prev_scene = SCENE
@@ -36,7 +35,7 @@ function ReplayTestScene:render()
if valid_data then
if error_message then
drawText("Replay test failed! Data corrupted!", 80, 40, 1000)
drawText("Replay test failed!", 80, 40, 1000)
drawText("Press any key to go back. Anyway here is the error info:", 80, 70, 1000)
drawText(error_message, 80, 100, 560)
else