forked from Cavemanon/SnootGame
fix credits parenthesis
This commit is contained in:
parent
15779099a4
commit
a417554660
@ -95,9 +95,9 @@ init python:
|
|||||||
SIZE_ENDER = 52*3+10
|
SIZE_ENDER = 52*3+10
|
||||||
|
|
||||||
#there is line_spacing but don't usei t
|
#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(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(Null(1, 16*12))
|
||||||
textlist.append(Text(_("developed in Ren'py"), size=SIZE_ENTRY, **alignargs))
|
textlist.append(Text(_("developed in Ren'py"), size=SIZE_ENTRY, **alignargs))
|
||||||
textlist.append(Null(1, 16*12))
|
textlist.append(Null(1, 16*12))
|
||||||
|
Loading…
Reference in New Issue
Block a user