revamped credits w/ translators, misc tweaks #197

Merged
MapAnon merged 9 commits from MapAnon/SnootGame:master into Patch8 2022-11-16 06:27:23 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit a417554660 - Show all commits

View File

@ -95,9 +95,9 @@ init python:
SIZE_ENDER = 52*3+10
#there is line_spacing but don't usei t
textlist.append(Text(_("Snoot Game"), size=SIZE_SNOT_GAMES, **alignargs)
textlist.append(Text(_("Snoot Game"), size=SIZE_SNOT_GAMES, **alignargs))
textlist.append(Null(1, 16*1))
textlist.append(Text(_("By CaveManon"), size=SIZE_TITLE, **alignargs)
textlist.append(Text(_("By CaveManon"), size=SIZE_TITLE, **alignargs))
textlist.append(Null(1, 16*12))
textlist.append(Text(_("developed in Ren'py"), size=SIZE_ENTRY, **alignargs))
textlist.append(Null(1, 16*12))