Used dimbo font
This commit is contained in:
parent
9b8fbf3a3f
commit
7f9a6432ab
|
@ -292,6 +292,10 @@ class Scene extends Screen {
|
|||
}
|
||||
}
|
||||
|
||||
if (this.status === Status.Paused) {
|
||||
return;
|
||||
}
|
||||
|
||||
this.start();
|
||||
if (e !== undefined) {
|
||||
this.player.jump(e.clientX / window.innerWidth, e.clientY / window.innerHeight);
|
||||
|
|
Loading…
Reference in New Issue