1
Other Packages / Re: Tasharen Fog of War
« on: November 10, 2014, 02:48:48 PM »
@Aren
Right now we run the CreateGrid function every time we place an object (like building a new wall). As soon as the wall is built, CreateGrid is essentially refreshing the entire map and in that process refreshing all of the "Explored" area. Characters with FOWRevealer have to be clicked and refreshed to reveal the area they are currently in - if that makes sense.
Before and after CreateGrid pictured here.

Right now we run the CreateGrid function every time we place an object (like building a new wall). As soon as the wall is built, CreateGrid is essentially refreshing the entire map and in that process refreshing all of the "Explored" area. Characters with FOWRevealer have to be clicked and refreshed to reveal the area they are currently in - if that makes sense.
Before and after CreateGrid pictured here.

