This holds public information about OmniaRegna (https://omniaregna.com/), an online RPG. Issues for the game may be reported here or in the game itself.
When you're on the same tile as an enemy, the enemy can attack you. However, you have no way of attacking said enemy (since there is no here direction). This could be solved in one of two ways:
Revoke enemies' ability to attack player when on the same tile
Enable player to attack enemy on same tile
The second solution could be implemented by removing the need for a direction key for attacking, as outlined in issue #287 and giving enemies on the same tile the priority for the automatic direction selection.
Players shouldn't be able to stand on top of enemies (or vice-versa). The game needs to avoid the race condition of two characters moving simultaneously onto the same tile.
When you're on the same tile as an enemy, the enemy can attack you. However, you have no way of attacking said enemy (since there is no here direction). This could be solved in one of two ways:
The second solution could be implemented by removing the need for a direction key for attacking, as outlined in issue #287 and giving enemies on the same tile the priority for the automatic direction selection.