BenEklundCS / The-Land-of-Boars

A platformer game in C++ and Raylib!
1 stars 0 forks source link

Layered rendering #10

Closed BenEklundCS closed 1 month ago

BenEklundCS commented 3 months ago

Certain objects should be drawn in the background (like trees), but can overlap monsters/players in the current implementation.

BenEklundCS commented 1 month ago

Kinda resolved with https://github.com/BenEklundCS/The-Land-of-Boars/commit/3fe834ceff79d80e0dd225ee7a6d733dc1a15961, could be revisited in the future but this is more than enough for right now