Bump Phaser version
This reverts commit f2c3d6f158
.
Also, updates all dependencies to their latest allowed version.
# Conflicts:
# front/package.json
# front/yarn.lock
This commit is contained in:
parent
cb1dcb5786
commit
84bd5eff50
7 changed files with 579 additions and 620 deletions
8
front/dist/resources/style/style.css
vendored
8
front/dist/resources/style/style.css
vendored
|
@ -517,6 +517,14 @@ input[type=range]:focus::-ms-fill-upper {
|
|||
/* TODO: DO WE NEED FLEX HERE???? WE WANT A SIDEBAR OF EXACTLY 25% (note: flex useful for direction!!!) */
|
||||
}
|
||||
|
||||
.game-overlay + div {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.game-overlay + div > div {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.game-overlay.active {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue