Used dimbo font

This commit is contained in:
Thomas Forgione 2018-08-22 16:24:16 +02:00
parent 9b8fbf3a3f
commit 7f9a6432ab
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 4 additions and 0 deletions

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);