WTS/game/scripts/constants.rpy

9 lines
388 B
Plaintext

define CHARACTERS = {"hermione", "tonks", "astoria", "cho", "luna", "susan", "hooch"}
define SAYERS = {i[:3]:i for i in CHARACTERS}
define ALLOWED_CHARACTERS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz "
define LANGUAGE_TRANSCRIPTS = {
"english": "{font=gui/CreativeBlockRegular.ttf}English{/font}",
"chinese": "{font=tl/chinese/NotoSansSC-Bold.otf}汉语{/font}",
}