mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Fixes of bug variety
This commit is contained in:
parent
4be22822d4
commit
e9efe4169c
@ -41,9 +41,11 @@ public class Tutorial{
|
|||||||
Events.on(DepositEvent.class, event -> events.add("deposit"));
|
Events.on(DepositEvent.class, event -> events.add("deposit"));
|
||||||
Events.on(WithdrawEvent.class, event -> events.add("withdraw"));
|
Events.on(WithdrawEvent.class, event -> events.add("withdraw"));
|
||||||
|
|
||||||
for(TutorialStage stage : TutorialStage.values()){
|
Events.on(ClientLoadEvent.class, e -> {
|
||||||
stage.load();
|
for(TutorialStage stage : TutorialStage.values()){
|
||||||
}
|
stage.load();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/** update tutorial state, transition if needed */
|
/** update tutorial state, transition if needed */
|
||||||
|
Loading…
Reference in New Issue
Block a user