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 arborator_voice = null
|
||||||
|
|
||||||
const Characters = {
|
const Characters = {
|
||||||
|
|
||||||
BRAIN = {
|
BRAIN = {
|
||||||
name = "~brain~",
|
name = "~brain~",
|
||||||
name_colour = Color(1, 1, 1, 1),
|
name_colour = Color(1, 1, 1, 1),
|
||||||
voice = brain_voice,
|
voice = brain_voice,
|
||||||
talking_speed = 1.0,
|
talking_speed = 1.0,
|
||||||
},
|
},
|
||||||
|
|
||||||
ARBORATOR = {
|
ARBORATOR = {
|
||||||
name = "arborator",
|
name = "arborator",
|
||||||
name_colour = Color(1, 1, 1, 1),
|
name_colour = Color(1, 1, 1, 1),
|
||||||
voice = arborator_voice,
|
voice = arborator_voice,
|
||||||
talking_speed = 1.0,
|
talking_speed = 1.0,
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const Scenes = {
|
const Scenes = {
|
||||||
|
|
Loading…
Reference in New Issue