Game states and main menu
This commit is contained in:
@@ -12,10 +12,6 @@ export class UIRenderSystem implements System {
|
||||
constructor() {}
|
||||
|
||||
update(world: ClientWorld, _delta: number) {
|
||||
if (!world.paused) {
|
||||
return;
|
||||
}
|
||||
|
||||
const ctx = world.ctx;
|
||||
|
||||
ctx.save();
|
||||
|
||||
Reference in New Issue
Block a user