@gjsify/example-dom-excalibur-jelly-jumper 0.1.9 → 0.1.10

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.
Files changed (2) hide show
  1. package/dist/gjs.js +1 -0
  2. package/package.json +6 -6
package/dist/gjs.js CHANGED
@@ -64431,6 +64431,7 @@ var JellyJumperWindow = class extends Adw.ApplicationWindow {
64431
64431
  widget.installGlobals();
64432
64432
  this._canvasContainer.append(widget);
64433
64433
  widget.onReady(__assignType18((canvas) => {
64434
+ widget.grab_focus();
64434
64435
  canvas.width = widget.get_allocated_width();
64435
64436
  canvas.height = widget.get_allocated_height();
64436
64437
  widget.onResize(__assignType18((w, h) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gjsify/example-dom-excalibur-jelly-jumper",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "2D platformer showcase using Excalibur.js 0.32.0 with Tiled tilemaps, running natively on GJS/GTK4 and in the browser",
5
5
  "main": "dist/gjs.js",
6
6
  "type": "module",
@@ -30,17 +30,17 @@
30
30
  "@girs/glib-2.0": "^2.88.0-4.0.0-rc.2",
31
31
  "@girs/gobject-2.0": "^2.88.0-4.0.0-rc.2",
32
32
  "@girs/gtk-4.0": "^4.23.0-4.0.0-rc.2",
33
- "@gjsify/adwaita-icons": "^0.1.9",
34
- "@gjsify/adwaita-web": "^0.1.9",
35
- "@gjsify/canvas2d": "^0.1.9",
36
- "@gjsify/cli": "^0.1.9",
33
+ "@gjsify/adwaita-icons": "^0.1.10",
34
+ "@gjsify/adwaita-web": "^0.1.10",
35
+ "@gjsify/canvas2d": "^0.1.10",
36
+ "@gjsify/cli": "^0.1.10",
37
37
  "@types/node": "^25.6.0",
38
38
  "excalibur": "0.32.0",
39
39
  "http-server": "^14.1.1",
40
40
  "typescript": "^6.0.2"
41
41
  },
42
42
  "dependencies": {
43
- "@gjsify/webgl": "^0.1.9"
43
+ "@gjsify/webgl": "^0.1.10"
44
44
  },
45
45
  "author": "Pascal Garber <pascal@artandcode.studio>",
46
46
  "license": "MIT"