loader: Fix beastie and fbsdbw logo positions

Fix the beaste, beastiebw and fbsdbw postions broken after
ee233742a5

PR: 285044, 286356
Fixes: 1b4e117131
Reviewed by: imp
MFC After: 2 days (14.3 candiate)
Sponsored by: PANS Jarosław
This commit is contained in:
Marek Zarychta
2025-05-29 18:36:57 +02:00
committed by Warner Losh
parent 198d2ed2d4
commit 9486d6d57d
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -49,5 +49,6 @@ return {
" `--{__________)\027[m",
},
requires_color = true,
shift = {x = 2, y = -5},
}
}
+1
View File
@@ -48,5 +48,6 @@ return {
" ,' ,-----' |",
" `--{__________)",
},
shift = {x = 2, y = -5},
}
}
+1 -1
View File
@@ -42,6 +42,6 @@ return {
" | | | |",
" |____/|_____/|_____/",
},
shift = {x = 5, y = 4},
shift = {x = 7, y = -1},
}
}