SplatJS / splat-ecs

MIT License
12 stars 3 forks source link

allow user to define 'all' in scenes array in systems.json #39

Closed CaldwellYSR closed 8 years ago

CaldwellYSR commented 8 years ago

If scenes array has "all" as the first element, the system gets added to all scenes in the game regardless of anything else in the array. The biggest issue is this doesn't allow a scene named "all" to have a system that doesn't go on every scene.