Used dimbo font

This commit is contained in:
2018-08-22 16:24:16 +02:00
parent 9b8fbf3a3f
commit 7f9a6432ab
+4
View File
@@ -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);