neitsa / PrepareLanding

PrepareLanding: a Rimworld Mod
MIT License
20 stars 9 forks source link

Rework the tile highlighter #11

Closed neitsa closed 7 years ago

neitsa commented 7 years ago

The tile highlighter is sometimes slow as hell: the problem being that it relies on Update while it should rely on game ticks , but game ticks are not available during the "Select Landing site" phase of the game (they are only running during the play state, which starts when the colony itself is running).

Proposal would be: