mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
fix credits parenthesis
This commit is contained in:
parent
15779099a4
commit
a417554660
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue