Removes the setting of the transparent color to fix the linter error.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-04-09 13:54:43 +02:00
parent 4b5f11969b
commit 1e3716196e

View File

@@ -7,7 +7,6 @@ local initialized_game = false
local function init_game() local function init_game()
if initialized_game then return false end if initialized_game then return false end
Context.reset() Context.reset()
poke(0x03FF, 1 << Config.colors.transparent) -- Set the default transparent color in the palette
Window.set_current("intro_title") -- Set initial window using new manager Window.set_current("intro_title") -- Set initial window using new manager
MenuWindow.refresh_menu_items() MenuWindow.refresh_menu_items()
initialized_game = true initialized_game = true