mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-04 06:31:42 +07:00
Logic cutscene fix
This commit is contained in:
parent
a46cc17d38
commit
636f464f95
@ -120,6 +120,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||||||
Events.on(WorldLoadEvent.class, e -> {
|
Events.on(WorldLoadEvent.class, e -> {
|
||||||
playerPlanTree = new QuadTree<>(new Rect(0f, 0f, world.unitWidth(), world.unitHeight()));
|
playerPlanTree = new QuadTree<>(new Rect(0f, 0f, world.unitWidth(), world.unitHeight()));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Events.on(ResetEvent.class, e -> {
|
||||||
|
logicCutscene = false;
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
//methods to override
|
//methods to override
|
||||||
|
Loading…
Reference in New Issue
Block a user