DavidWigley / RPGGame

Very basic game that was made for fun in high school.
0 stars 0 forks source link

Scale all images #3

Open DavidWigley opened 10 years ago

DavidWigley commented 10 years ago

All images should have a max height and width in the code. IE. we dont care how big an image is (pixels) but we want to scale it to certain length and width. This prevents people from screwing with our images and breaking the game. Can also allow people to put custom images in and mod the game. @thecodnub