minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-04-05 18:58:22 +03:00
parent 3afafe9a4f
commit 5ad8b80ea4

View File

@ -227,7 +227,8 @@ function kbHandler(event){
function setup(){
Snake('.snake')
Snake
.setup('.snake')
// setup base level...
// XXX
.wall(2, 14, 's', 7)