ID:159206
 
Okay Im Having some major issues with my login screen its either to small or to big and cant get it to fit properly on the screen when i compile it and login, Im fairly new to programming and this game is 100% ORGINAL! anyway heres the 2 pics that will help


http://tinypic.com/view.php?pic=o755c1&s=5

http://tinypic.com/view.php?pic=2yw96jt&s=5


( The Source is called Naruto Source because I felt that the name I put for the login may not stay )

Thanks for any/all help
world.view is 32pxx32px blocks. You'll want to set it to
world
view = 6

Or something like that.
In response to Howey
I thought as much but when that is put from changing it to "6" I get the following error

loading Naruto Source.dme
World.dm:3:error:"6":invalid view dimensions

Naruto Source.dmb - 1 error, 0 warnings (double-click on an error to jump to it)

Thats where i get stumped
In response to Naruto0727
Don't at the quotes, jsut use

world
view = 6
or
world
view = "13x13"
I think 6 is 13 anyways. 6 both sides the centre then the centre makes 13.
In response to Howey
I tried both of those and still got issues http://tinypic.com/view.php?pic=jv64k4&s=5 This however made me think to add 6 to 7 and so on but only made it smaller but clearer.
In response to Naruto0727
Make sure you are locating it in the correct spot, too.