1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2025-07-07 17:01:10 +00:00

some maps and fix turn, display and new sprite

This commit is contained in:
2022-06-15 09:23:49 +02:00
parent c1ed41fdbe
commit da998e0862
20 changed files with 188 additions and 127 deletions

View File

@ -137,10 +137,10 @@ public abstract class Character extends Entity{
textureY = 2;
break;
case LEFT:
textureY = 1;
textureY = 3;
break;
case UP:
textureY = 3;
textureY = 1;
break;
case DOWN:
textureY = 0;