bikeshedding

This commit is contained in:
Robin Hübner 2018-09-21 21:14:12 +02:00
parent c7acf4fee5
commit 3792c80cd2
2 changed files with 4 additions and 1 deletions

View File

@ -8,18 +8,21 @@ const brain_voice = null
const arborator_voice = null
const Characters = {
BRAIN = {
name = "~brain~",
name_colour = Color(1, 1, 1, 1),
voice = brain_voice,
talking_speed = 1.0,
},
ARBORATOR = {
name = "arborator",
name_colour = Color(1, 1, 1, 1),
voice = arborator_voice,
talking_speed = 1.0,
}
}
const Scenes = {