Files
VNGame/game/characters.rpy
T

6 lines
322 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")
2026-09-11 11:38:32 +02:00
define eron = Character("Eron", color="#c98a3a")
2026-09-08 16:43:22 +02:00
define narrator = Character(None)
define mercenary = Character("Iron Hollow Mercenary", color="#ff0000")