kavyabhand commited on
Commit
52a7aff
Β·
verified Β·
1 Parent(s): 555ea0b

Deploy Aether Garden application

Browse files
Files changed (2) hide show
  1. assets/diorama.html +1 -1
  2. 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
- left: max(0.65rem, env(safe-area-inset-left, 0px));
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 = 4
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.",