You need to separate your "model" from your "view". Your game object coordinates should be in terms of the model. Then you create a view that translates model coordinates and sizes into something the...