[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] resources for edge tile algorithm



Fawkes,
Yes, my rock is actually on a separate layer that is supposed to be drawn after the base terrain, but it seems it has to be reorganized as somehow the transitions are drawn after the 2 layers with my recent changes.

On Tue, Jun 30, 2009 at 9:52 AM, Fawkes <fawkesgarde@xxxxxxxxx> wrote:
Michael,

Please correct me if I'm not interpreting what you're trying to do right.

For things like your rocks, rather than handling them within the terrain map, we just made a separate "Landmarks" layer for things like rocks, houses, statues, etc that was drawn on top after the terrain stuff got drawn.

~Fawkes