feature/task110_sprite_silhouette #51

Merged
mr.three merged 8 commits from feature/task110_sprite_silhouette into develop 2026-04-09 19:47:29 +00:00
Showing only changes of commit 1e3716196e - Show all commits

View File

@@ -7,7 +7,6 @@ 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