playcademy 0.14.5 → 0.14.7-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,10 +10,13 @@
10
10
  // ═══════════════════════════════════════════════════════════════════════
11
11
 
12
12
  /**
13
- * Minimum viewport dimensions for the game
13
+ * Minimum viewport dimensions for the game.
14
+ *
15
+ * Height reduced from 640px to 600px to accommodate devices with taskbars
16
+ * (e.g., Chromebooks in school deployments that showed 632px viewport).
14
17
  */
15
18
  export const MIN_VIEWPORT_WIDTH = 960
16
- export const MIN_VIEWPORT_HEIGHT = 640
19
+ export const MIN_VIEWPORT_HEIGHT = 600
17
20
 
18
21
  /**
19
22
  * Maximum player level