implemented scaled velocity

This commit is contained in:
Stephan Richter
2020-11-26 20:37:53 +01:00
parent 4fb474097a
commit 5b4ccf058b
13 changed files with 157 additions and 72 deletions

View File

@@ -118,7 +118,7 @@ function heartbeat(data){
}
function keypress(ev){
if (ev.code === 'Enter') request({realm:"cu",action:"emergency"});
if (ev.code === 'Escape') request({realm:"cu",action:"emergency"});
}
function moveTile(x,y){