GDevelopApp / GDevelop-extensions

Repository of behaviors, actions, conditions and expressions to be used in GDevelop for creating games
https://gdevelop.io
MIT License
131 stars 52 forks source link

Updated extension : add path finding movement to Linked Object Tools #140

Closed D8H closed 3 years ago

D8H commented 3 years ago

Describe the extension

This is an update to: https://github.com/4ian/GDevelop-extensions/issues/122 It add a path finding movement behavior that uses objects links (instead of obstacles for the other behavior, the interface is almost the same) and new conditions.

An example that shows how to do unit movement for tactical games use it (https://github.com/4ian/GDevelop/issues/2612) I think it could be useful for point and click to bypass obstacles with a predetermined polygonal chain, so I might do another example for this one day.

Checklist

Extension file

https://www.dropbox.com/s/dyjlfzc2ok6f6dd/LinkTools.zip?dl=1

Idea box

City builders may need new actions to evaluate access to some service with proximity or fields. My next goal is to do tiny city builder example to check this.

4ian commented 3 years ago

That's one very advanced extension :) Updated! Thanks 👍