You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the demo version, the unit sprite visibility is very bad especially in combat. When 2 army collides, it pretty much become almost impossible to distinguish enemy/allies troop.
Not quite sure how to fix it yet. But here are some potential solutions:
Introduce unit collide check to prevent sprite merge (maybe for both enemy and friend). Tricky (and likely reduce game performance) but would help make combat better and more organised as well.
Make enemy sprite always have higher layer. Not a good solution overall.
Maybe instead of collision detection, make map array that allow only one unit per position.
Reduce number of unit. Simple solution that also improve game performance. But should be a last resource.
The text was updated successfully, but these errors were encountered:
Based on the demo version, the unit sprite visibility is very bad especially in combat. When 2 army collides, it pretty much become almost impossible to distinguish enemy/allies troop.
Not quite sure how to fix it yet. But here are some potential solutions:
The text was updated successfully, but these errors were encountered: