gdquest-demos / godot-3-demos

Dozens of free and open source demos for the Godot game engine, version 3. Head to the link below for newer demos for Godot 4+
https://github.com/gdquest-demos/
MIT License
1.85k stars 978 forks source link

Update pathfind to godot 3.1 #32

Closed own4rd closed 5 years ago

own4rd commented 5 years ago

Updating code of pathfind and character to work on godot 3.0 and 3.1. Note: It was needed to change the name of method get_path(...), because in godot 3.1 there is a method that doesn't receive any arguments with same name, so it causes conflicts.

NathanLovato commented 5 years ago

Thanks