Can't see corners when tilted near 45°

Post Reply
ToastyKen
Posts: 10
Joined: 08 Mar 2012, 11:17

Post » 12 Jan 2013, 06:08

If the board is tilted at near 45 degrees, and either pac-man or a ghost is in a corner, you can't see them. I think the default board size needs to be a bit smaller relative to the window size to better accomodate this..

User avatar
Legend_of_Kirby
Posts: 752
Joined: 14 Oct 2012, 05:37
Contact:

Post » 12 Jan 2013, 06:09

Yeah That really annoyed me during some parts as well.

User avatar
Zlmpery
Posts: 339
Joined: 05 Feb 2012, 19:12
Contact:

Post » 12 Jan 2013, 09:31

I'm not great at coding, but if you open the source file with an archiver like WinRaR you can edit it. I opened up main.lua and simply replaced windowwidth and windowheight with

Code: Select all

windowwidth = 400*scale
windowheight = 320*scale.
Although it fixed the issue you guys have, some of the text is off center and I'm not gonna try and fix it.

http://i.imgur.com/76QDe.png
Image is rather large for the post, so I just linked it.

Post Reply