Deploy Aether Garden application
Browse files- assets/diorama.html +1 -1
- ui/diorama.py +1 -1
assets/diorama.html
CHANGED
|
@@ -232,7 +232,7 @@
|
|
| 232 |
/* ββ Mobile move joystick (inside 3D view) ββ */
|
| 233 |
#move-joystick {
|
| 234 |
position: absolute;
|
| 235 |
-
|
| 236 |
bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
|
| 237 |
z-index: 25;
|
| 238 |
display: none;
|
|
|
|
| 232 |
/* ββ Mobile move joystick (inside 3D view) ββ */
|
| 233 |
#move-joystick {
|
| 234 |
position: absolute;
|
| 235 |
+
right: max(0.65rem, env(safe-area-inset-right, 0px));
|
| 236 |
bottom: max(0.65rem, env(safe-area-inset-bottom, 0px));
|
| 237 |
z-index: 25;
|
| 238 |
display: none;
|
ui/diorama.py
CHANGED
|
@@ -14,7 +14,7 @@ from world.quests import get_entities_with_quests
|
|
| 14 |
from world.relationships import get_relationships_enriched
|
| 15 |
|
| 16 |
SCENE_SCHEMA_VERSION = 1
|
| 17 |
-
DIORAMA_BUILD =
|
| 18 |
|
| 19 |
_AMBIENCE = {
|
| 20 |
"library": "Dust hangs in the candlelight. Somewhere a quill is still writing.",
|
|
|
|
| 14 |
from world.relationships import get_relationships_enriched
|
| 15 |
|
| 16 |
SCENE_SCHEMA_VERSION = 1
|
| 17 |
+
DIORAMA_BUILD = 5
|
| 18 |
|
| 19 |
_AMBIENCE = {
|
| 20 |
"library": "Dust hangs in the candlelight. Somewhere a quill is still writing.",
|