Cursor gone

This commit is contained in:
Ruben Müller 2014-12-07 18:14:12 +01:00
parent 183e27d220
commit 64b78fb9eb
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ html, body {
background-color: #eee; background-color: #eee;
margin: 0; margin: 0;
padding: 0; padding: 0;
cursor: none; /*cursor: none;*/
} }
@font-face { @font-face {

View File

@ -19,7 +19,7 @@ app.game.hud =
app.layer.drawImage app.images.hud, 0, 11*8 app.layer.drawImage app.images.hud, 0, 11*8
# cursor # cursor
app.layer.drawImage app.images.cursor, app.game.mouseX, app.game.mouseY # app.layer.drawImage app.images.cursor, app.game.mouseX, app.game.mouseY
if @buildinfo if @buildinfo
app.layer.drawRegion app.images.buildinfo, [0, 0, 106, 10], 1, 1 app.layer.drawRegion app.images.buildinfo, [0, 0, 106, 10], 1, 1