bikeshedding
This commit is contained in:
parent
c7acf4fee5
commit
3792c80cd2
3
data.gd
3
data.gd
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue