mirror of
https://github.com/Klagarge/PokeHES.git
synced 2025-07-07 00:41:10 +00:00
fonctionniert
This commit is contained in:
@ -71,6 +71,12 @@ public class PokeMudry extends PortableApplication {
|
||||
|
||||
if(onBattleScreen) sp.sb.manage(controller, sp.b);
|
||||
|
||||
|
||||
if(!sp.sb.getScreenBattleOn() && onBattleScreen){
|
||||
sp.p.onEnemy = false;
|
||||
sp.sm = sp.screenManager.getScreenMap();
|
||||
}
|
||||
|
||||
// Graphics render
|
||||
sp.render(g);
|
||||
for (Entity entity : entities) {
|
||||
|
Reference in New Issue
Block a user