CheeseLord / plaid

PLAtformer In D
MIT License
0 stars 0 forks source link

Platforms should have sprites #26

Closed CheeseLord closed 8 years ago

kronmillerg commented 8 years ago

We probably want to create a single (square?) image and then just tile it to draw platforms, rather than trying to scale an image when platforms could vary in width:height ratio.

kronmillerg commented 8 years ago

Image added. Since platforms vary in both height and width, we can't just look at a platform's size to figure out what to scale the image by. Also, scaling the image will probably produce annoying effects (either aliasing or blurring). So let's just use the sprite image in its original size, tiled and cropped to the size of the platforms.