mirror of
https://gitlab.com/mattia.basaglia/ASCII-Pony.git
synced 2024-11-21 19:57:59 +01:00
Fix Twilight's Y offset
This commit is contained in:
parent
d0a2bc8897
commit
d4291718cb
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ declare -A info_firsty # Number of lines before the system info output
|
|||
info_firsty[luna]=18
|
||||
info_firsty[rarity]=11
|
||||
info_firsty[trixie]=16
|
||||
info_firsty[twilight-unicorn]=10
|
||||
info_firsty[twilight-alicorn]=10
|
||||
|
||||
if [ -f "$ponyfile" ]
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue