Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Screen zoomed in


MeteorRain
 Share

Recommended Posts

There is more steps than just re-sizing the picscreen, did you edit the constants? Is the picscreen size a multiple of 32?

```
Public Const MAX_MAPX As Byte = 14
Public Const MAX_MAPY As Byte = 11
```
These set how many tiles the picscreen has on its x and y axis. Make sure you put 1 less than the actual tile count because 0 counts as one, so if it was 20 tiles across you would put 19.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...