1
General / Re: Build.bat crashes in Code::Blocks 12
« on: December 15, 2012, 02:52:28 pm »
I guess what I mean is that I always want the sprites to be inside the window. As it stands if I create an 800x600 window and render at (0,1000) I cannot see the sprite. I would like to be able to make a game where the user can scale the window up and down in size and into various different resolutions without affecting the relative placement of the sprites on the screen and without pushing any sprites off the screen. Is this possible?