Modules.json 274 B

12345678910
  1. {
  2. "modules" : ["Container", "Math", "Core", "Scene", "Graphics", "Atomic3D", "Atomic2D", "Audio",
  3. "Physics", "Navigation", "Input", "UI", "Resource", "Network", "IO",
  4. "Engine", "Javascript", "Environment"],
  5. "moduleExclude" : {
  6. "WEB" : ["Network", "Navigation"]
  7. }
  8. }