spicylobstergames / shotcaller-minigene

A moddable RTS/MOBA game made with bracket-lib and minigene.
https://www.notion.so/erlendsh/Shotcaller-7374d2b2819c42ccb40f01dc7089d419
Other
152 stars 12 forks source link

Movement system refactor #55

Closed Winsalot closed 3 years ago

Winsalot commented 3 years ago

PR that implements changes discussed in https://github.com/amethyst/shotcaller/issues/54

This has to be merged together with minigene PR: https://github.com/jojolepro/minigene/pull/3

Basic changes of this PR are:

This PR didn't do anything with leader1_simple_movement.rs and leader2_simple_movement.rs because currently these two systems are commented out in main.rs. To re-enable them they will have to be rewritten by following the example code in simple_destination.rs.