PluginProbe
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin / 1.1.10
OpenStation: Desktop Windows, Dock & Virtual Desktops for WP Admin v1.1.10
1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.1 1.0.0 0.9.8 0.9.7 0.9.6 0.9.4 0.9.5 0.9.3 0.9.2 0.9.1 0.9.0 0.8.9 0.8.8 0.8.7 All 34 releases
← All changes | includes/games/inkfall.php +10 -0 1.1.31.1.10 View file →
@@ -47,8 +47,18 @@
47 47 'title' => __( 'Inkfall', 'desktop-mode' ),
48 48 'description' => __( 'Words fall down a notebook page — type them before they reach the bottom. Finishing a word sends up a musical note that tears it into scattering letters.', 'desktop-mode' ),
49 49 'icon_svg' => openstation_inkfall_icon_svg(),
50 50 'script' => 'os-game-inkfall',
51 + // Mirrors the `window` block in `src/games/inkfall/index.ts`.
52 + // Declared here as well so the window opens at the right
53 + // size on the very first play, before the bundle that
54 + // carries the def has been fetched. Keep the two in step.
55 + 'window' => array(
56 + 'width' => 820,
57 + 'height' => 620,
58 + 'minWidth' => 520,
59 + 'minHeight' => 420,
60 + ),
51 61 'score_columns' => array(
52 62 array(
53 63 'key' => 'score',
54 64 'label' => __( 'Score', 'desktop-mode' ),