NTaylorMullen / EndGate

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

Make Text2d not inherit from Shape #107

Open NTaylorMullen opened 11 years ago

NTaylorMullen commented 11 years ago

Now that the Text2d will be using the PIXI.Text object it does not support the Border or BorderColor properties, therefore it should be repurposed to be its own object.