rework environment
This commit is contained in:
parent
d9eeb47bd6
commit
9885c5dcfc
@ -1,12 +1,14 @@
|
||||
#!/bin/python
|
||||
|
||||
settings = {
|
||||
|
||||
}
|
||||
|
||||
soundIcons = {
|
||||
}
|
||||
|
||||
bindings = {
|
||||
}
|
||||
|
||||
runtime = {
|
||||
'running':True,
|
||||
'debug':None,
|
||||
@ -31,7 +33,7 @@ runtime = {
|
||||
'soundDriver': None,
|
||||
'inputManager': None,
|
||||
'settings' = settings,
|
||||
'bindings' = {},
|
||||
'autospeak' = [],
|
||||
'soundIcons' = {}
|
||||
'bindings' = bindings,
|
||||
'autospeak' = ['speak_delta'],
|
||||
'soundIcons' = soundIcons
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user