Introduces the transparent color. The default is the pink.

This commit is contained in:
2026-04-09 13:46:05 +02:00
parent 87d4f5843b
commit a4a6ad2ab2
3 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ local initialized_game = false
local function init_game()
if initialized_game then return false end
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
MenuWindow.refresh_menu_items()
initialized_game = true