rework environment
This commit is contained in:
		@@ -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
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user