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

xp modification

This commit is contained in:
Fastium
2022-06-14 12:51:47 +02:00
parent c1ed41fdbe
commit 26a8b0280b
4 changed files with 44 additions and 5 deletions

View File

@ -24,6 +24,10 @@ public class Player extends Character{
this.xp += xp;
}
public int getXp(){
return xp;
}
public void manageEntity(ScreenMap sm, Controller c) {
// Do nothing if hero is already moving