MatejSloboda / Dijkstra_map_for_Godot

MIT License
77 stars 13 forks source link

Bug in example: turn_based #99

Closed CitrusWire closed 3 years ago

CitrusWire commented 3 years ago

The turn_based example scene doesn't run with F6. There's a parser error. You're using id as a variable in the for loop when it has already been declared earlier in the function (redraw_movement_access).

3.2.3

arnaudgolfouse commented 3 years ago

I see it was fixed on master :slightly_smiling_face: With the recent changes in the project's structure, maybe it is time we release a new version to the asset store. I think @MatejSloboda has the rights for this ?

CitrusWire commented 3 years ago

There's a bug in the project_example too. I had it crash out when I was clicking around with the dragon:

image

I've tried replicating with a few hundred clicks but it seems to have been one of those annoying rare bugs. :-( Figured I'd raise it here so you're aware of it. Feel free to create a new issue if you want.

astrale-sharp commented 3 years ago

good call, closing this as there's a new issue specifically for the bug unfixed ;)