Hi all !
im relativity new to Defold and im trying to get a enemy game object to move across the tile map. The game object will spawn make collision with the tile map , and start to move but then will become stationary as if its colliding with a wall and I cant figure out why. The text file below is the enemy Movements script im using and that is attacked to the enemy game object.
skeletonMovementsScript.txt (3.1 KB)
The image below is a snapshot of two enemy skeletons (on the left and right) after moving and have become stationary with the physics debugger on.
Please let me know if you need more information
Thank you