mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-11-01 01:07:54 +00:00
27 lines
762 B
Python
27 lines
762 B
Python
|
from toontown.coghq.SpecImports import *
|
||
|
GlobalEntities = {1000: {'type': 'levelMgr',
|
||
|
'name': 'LevelMgr',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'cogLevel': 0,
|
||
|
'farPlaneDistance': 1500,
|
||
|
'modelFilename': 'phase_10/models/lawbotHQ/LawbotCourtroom3',
|
||
|
'wantDoors': 1},
|
||
|
1001: {'type': 'editMgr',
|
||
|
'name': 'EditMgr',
|
||
|
'parentEntId': 0,
|
||
|
'insertEntity': None,
|
||
|
'removeEntity': None,
|
||
|
'requestNewEntity': None,
|
||
|
'requestSave': None},
|
||
|
0: {'type': 'zone',
|
||
|
'name': 'UberZone',
|
||
|
'comment': '',
|
||
|
'parentEntId': 0,
|
||
|
'scale': 1,
|
||
|
'description': '',
|
||
|
'visibility': []}}
|
||
|
Scenario0 = {}
|
||
|
levelSpec = {'globalEntities': GlobalEntities,
|
||
|
'scenarios': [Scenario0]}
|