Cursor gone
This commit is contained in:
parent
183e27d220
commit
64b78fb9eb
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ html, body {
|
|||
background-color: #eee;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
cursor: none;
|
||||
/*cursor: none;*/
|
||||
}
|
||||
|
||||
@font-face {
|
||||
|
|
|
@ -19,7 +19,7 @@ app.game.hud =
|
|||
app.layer.drawImage app.images.hud, 0, 11*8
|
||||
|
||||
# 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
|
||||
app.layer.drawRegion app.images.buildinfo, [0, 0, 106, 10], 1, 1
|
||||
|
|
Loading…
Reference in a new issue