NTaylorMullen / EndGate

TypeScript powered game framework
http://endgate.net
MIT License
103 stars 21 forks source link

Remove abstract Draw method from Graphic2d's #101

Open NTaylorMullen opened 11 years ago

NTaylorMullen commented 11 years ago

With the new Pixi.js dependency (#95) Graphic2d's will no longer need to have their draw method called directly. It'll be handled by the underlying Pixi object.