jackmakesthings / game-dev

return False; an experiment in AI and decision-making, via Godot Engine
GNU General Public License v2.0
3 stars 2 forks source link

bug: _Environment.gd:70, tile_get_navigation_polygon throwing errors #81

Closed jackmakesthings closed 8 years ago

jackmakesthings commented 8 years ago

I think there's a conflict between what I'm checking and what it's returning (null vs bool vs when it actually finds a polygon). Just need to check how that method is supposed to work.