PIXI Controls: Debug enable button

This commit is contained in:
OleSTEEP 2024-02-01 14:35:38 +03:00
parent 03775afea1
commit b5d5cc6c89
3 changed files with 42 additions and 0 deletions

View file

@ -51,6 +51,15 @@
z-index: 1489;
}
.new-button {
position: absolute;
right: 5px;
top: 5px;
width: 90px;
height: 40px;
z-index: 1489;
}
.gamepad-buttons {
opacity: 0.6;
z-index: 1488;