mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-23 01:43:28 +00:00
commit
2d6e572583
BIN
Data/img/Image_prof/Bezencon.xcf
Normal file
BIN
Data/img/Image_prof/Bezencon.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Bianchi.xcf
Normal file
BIN
Data/img/Image_prof/Bianchi.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Ellert.xcf
Normal file
BIN
Data/img/Image_prof/Ellert.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Epiney.xcf
Normal file
BIN
Data/img/Image_prof/Epiney.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Evequoz.xcf
Normal file
BIN
Data/img/Image_prof/Evequoz.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Gloeckner.xcf
Normal file
BIN
Data/img/Image_prof/Gloeckner.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Pavanello.xcf
Normal file
BIN
Data/img/Image_prof/Pavanello.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Player.xcf
Normal file
BIN
Data/img/Image_prof/Player.xcf
Normal file
Binary file not shown.
BIN
Data/img/Image_prof/Sallem.xcf
Normal file
BIN
Data/img/Image_prof/Sallem.xcf
Normal file
Binary file not shown.
@ -67,7 +67,7 @@ public class PokeMudry extends PortableApplication {
|
||||
boolean onMapScreen = sp.screenManager.getActiveScreen().getClass().equals(ScreenMap.class);
|
||||
boolean onBattleScreen = sp.screenManager.getActiveScreen().getClass().equals(ScreenBattle.class);
|
||||
|
||||
long timeNow = System.currentTimeMillis();
|
||||
long timeNow = System.currentTimeMillis();a
|
||||
if((timeNow-lastMesure) >= 1000){
|
||||
lastMesure = timeNow;
|
||||
for (Enemy enemy : enemies) { enemy.recoveredTime++; }
|
||||
|
Loading…
Reference in New Issue
Block a user