From 8eda36a7d12301894bad18fa5da889a4b608a5d6 Mon Sep 17 00:00:00 2001 From: Advait Jayant Date: Thu, 25 Jun 2026 18:32:06 +0100 Subject: [PATCH] Fix the startup ghost art: drop the floating top block, align the dome MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pixel-ghost splash had a separate narrow cap row (▄▄▄▄▄▄▄▄) sitting above the dome, and the dome row was indented one cell past the body -- so it read as a stray block / hat on top. Remove the cap row and align the dome to the body (all rows indent 4, 14 cells). Applied to the live fork's banner.py too. --- scripts/debrand.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/debrand.py b/scripts/debrand.py index d70cff6..22fe14b 100755 --- a/scripts/debrand.py +++ b/scripts/debrand.py @@ -36,8 +36,7 @@ [#FFBF00]██║ ██║██╔══██║██║ ██║╚════██║ ██║ [/] [#CD7F32]╚██████╔╝██║ ██║╚██████╔╝███████║ ██║ [/] [#CD7F32] ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝ ╚═╝ [/]""" -GHOST_ART = """[#FFD700] ▄▄▄▄▄▄▄▄[/] -[#FFD700] ▄████████████▄[/] +GHOST_ART = """[#FFD700] ▄████████████▄[/] [#FFBF00] ██████████████[/] [#FFBF00] ███ ████ ███[/] [#FFBF00] ███ ████ ███[/]