curioustorvald / Terrarum

Modular game engine for a side-scrolling tilemap platformer, and a game that runs on top of it
Other
13 stars 0 forks source link

ACTORBLOCKs cast shade #40

Closed curioustorvald closed 3 years ago

curioustorvald commented 3 years ago

ACTORBLOCKs cast shade when they shouldn't

curioustorvald commented 3 years ago

All transparent blocks (e.g. scaffolding) blocks light when they shouldn't

curioustorvald commented 3 years ago

turns out lightmaprenderer was looking for air tiles instead of transparent blocks to let sunlight to pass through.