added joystick guide (closes #17)

This commit is contained in:
Nathan DECHER
2020-04-06 11:49:36 +02:00
parent 0578bfb6ad
commit 6edd23f25f
3 changed files with 62 additions and 9 deletions
+6
View File
@@ -31,4 +31,10 @@
transform: translate(-50%, -50%);
opacity: .5;
}
.joystickOverlay {
pointer-events: none;
transform: translate(-50%, -50%);
opacity: .5;
}
}