mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-26 23:50:18 +07:00
Push test
This commit is contained in:
parent
fcc433fe17
commit
1f11da75d2
@ -108,8 +108,6 @@ public class Control implements ApplicationListener{
|
|||||||
saves.resetSave();
|
saves.resetSave();
|
||||||
});
|
});
|
||||||
|
|
||||||
//todo high scores for custom maps, as well as other statistics
|
|
||||||
|
|
||||||
Events.on(WaveEvent.class, event -> {
|
Events.on(WaveEvent.class, event -> {
|
||||||
if(world.getMap().getHightScore() < state.wave){
|
if(world.getMap().getHightScore() < state.wave){
|
||||||
hiscore = true;
|
hiscore = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user