Files
VNGame/game/characters.rpy
T

5 lines
273 B
Plaintext
Raw Normal View History

2026-09-08 16:43:22 +02:00
define sara = Character("Sara", color="#5acbd5")
define thinking = Character("Sara", color="#1d9fa4", what_italic=True)
define luno = Character("Luno", color="#1b449d")
define narrator = Character(None)
define mercenary = Character("Iron Hollow Mercenary", color="#ff0000")