xzela / jastroblast

asteroid game clone in libgdx
MIT License
5 stars 1 forks source link

Fix the Entity and Renderer Height and Width properties #5

Open xzela opened 11 years ago

xzela commented 11 years ago

The object entity and renderer both require a width and height properties.

Currently, the entity defines a hardcoded value for both width and height. This needs to be fixed so that both the Renderer and Entity can share the properties.

Solutions: