phoboslab / Impact

HTML5 Game Engine
MIT License
1.99k stars 204 forks source link

'impact.game' is not actually required by Weltmeister #64

Open Joncom opened 5 years ago

Joncom commented 5 years ago

https://github.com/phoboslab/Impact/blob/70f34c803acc39ff1ec2b706a5be512dc4275e0d/lib/weltmeister/weltmeister.js#L7-L9

ig.Game is not used, so this line doesn't need to be here, right?

phoboslab commented 5 years ago

Right. I think this is in there as a shorthand to require impact.entity.: https://github.com/phoboslab/Impact/blob/70f34c803acc39ff1ec2b706a5be512dc4275e0d/lib/impact/game.js#L4-L9