Add the italians to credits, add spacing between translation credits

This commit is contained in:
2024-10-01 07:38:07 +10:00
parent 827303fca5
commit 646d0be9b4

View File

@@ -95,6 +95,11 @@ init 999 python:
'Man_of_Krieg', 'Man_of_Krieg',
'ReD', 'ReD',
], ],
_('Translators (Italian):'): [
'Dsratta',
'rc_05',
'Anon_theFox',
],
_('Proofreaders (Spanish):'): [ _('Proofreaders (Spanish):'): [
'ElBan Anón', 'ElBan Anón',
'GMAnon' 'GMAnon'
@@ -105,6 +110,10 @@ init 999 python:
'YtkaGen', 'YtkaGen',
'DatFeelFrog' 'DatFeelFrog'
], ],
_('Proofreaders (Italian):'): [
'Anon_theFox',
'Dsratta',
],
_('Asset help (Spanish):'): [ _('Asset help (Spanish):'): [
'Arkiangelo Anon' 'Arkiangelo Anon'
], ],
@@ -112,7 +121,10 @@ init 999 python:
'Gexahord', 'Gexahord',
'YtkaGen', 'YtkaGen',
'2ch Anon' '2ch Anon'
] ],
_('Asset help (Italian):'): [
'Dsratta',
],
} }
textlist = [] textlist = []
@@ -165,7 +177,7 @@ init 999 python:
tgrid.append(Null()) tgrid.append(Null())
pass pass
tgrid = Grid(TL_WIDTH, TL_HEIGHT, *tgrid) tgrid = Grid(TL_WIDTH, TL_HEIGHT, *tgrid, xspacing=40) #helps with longer translation names
textlist.append(tgrid) textlist.append(tgrid)
textlist.append(Null(1, 16*12)) #check textlist.append(Null(1, 16*12)) #check
@@ -216,6 +228,7 @@ label test_credits:
# The square is as long as one of those characters, and the top of the square should touch the top of the screen # The square is as long as one of those characters, and the top of the square should touch the top of the screen
# when the credits stop scrolling # when the credits stop scrolling
# Someone please come up with an exact formula pls # Someone please come up with an exact formula pls
## i would but i blame the lack access to basic text tools, like i can't figure out the kerning or the rect/AABB of a line?
# Remember, ending sketch is always +550 of when the Pan stops # Remember, ending sketch is always +550 of when the Pan stops