Wargus / stratagus

The Stratagus strategy game engine
GNU General Public License v2.0
622 stars 119 forks source link

Separate highlights of AStar passability from the enable map grid option. #586

Closed ipochto closed 9 months ago

ipochto commented 9 months ago

The option is used for debugging purposes and was activated together with enabling the map grid. It was a bit annoying. This separates them into two independent options.

Now can be toggled with SetHighlightPassability(true/false) from lua (incl. eval chit code)