VedVid / RAWIG

RAWIG (Roguelike Architecture, Written In Go) is ready to modify and expand roguelike architecture.
BSD 2-Clause "Simplified" License
16 stars 3 forks source link

Wrong layer of corpses #22

Closed VedVid closed 6 years ago

VedVid commented 6 years ago

It's defined as enum (bigger than TileLayer), but tiles are not overdisplayed by corpses

VedVid commented 6 years ago

It's not wrong layer. The problem is lack of clearing tile under entities. See #23