Window scales too small

Created by: bcm314

The window scales too small, as also others telling here: http://web.archive.org/web/20140110202858/https://play.google.com/store/apps/details?id=com.ridgelineapps.resdicegame

So I suggest to remove the limitation of upscaling.

Doing in this way: in file GameView.java search for

if(xScale > 1 && yScale > 1 && screenInches >= 6) {

Replace it with

if(false) {

would do the job in simplest way. (Alternatively you should add an option in the app-settings to enabled/dissable this feature.)