1
0
mirror of https://github.com/ComfyFactory/ComfyFactorio.git synced 2025-01-20 03:29:47 +02:00
This commit is contained in:
MewMew 2019-10-04 20:38:02 +02:00
parent 15e5c147a4
commit 6d14efb8ea

View File

@ -27,6 +27,7 @@ local function create_stage_gui(player)
end
function update_stage_gui()
if not global.stages then return end
local caption = "Level: " .. global.current_level
caption = caption .. " | Stage: "
local stage = global.current_stage