CheeseLord / plaid

PLAtformer In D
MIT License
0 stars 0 forks source link

Make bricks from different platforms line up better #38

Open kronmillerg opened 8 years ago

kronmillerg commented 8 years ago

If you have two adjacent platforms, their bricks may not line up. I think the best way to solve this is by implementing something equivalent to the following: create a background layer that's tiled with the platform sprite. To display a platform, cut out a window into that background layer.

kronmillerg commented 8 years ago

We probably shouldn't try to tackle this until we decide what we're doing about #39.