brick-engine-js 1.0.23 → 1.0.24

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/index.html +1 -1
  2. package/package.json +1 -1
package/dist/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html lang=en><head><title>Brick Engine</title><script src=vendor/p5.min.js></script><meta name=author content=https://github.com/LeonardoPinheiroLacerda><meta name=Content-Type content="text/html; charset=UTF-8"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><link href=css/game.bundle.css rel=stylesheet></head><body><div id=brick-game></div><div id=splash><img src=images/splash.gif></div><script defer=defer src=game.bundle.js></script></body></html>
1
+ <!doctype html><html lang=en><head><title>Brick Engine</title><script src=vendor/p5.min.js></script><link rel=manifest href=manifest.json><link rel=apple-touch-icon href=192xicon.png><meta name=author content=https://github.com/LeonardoPinheiroLacerda><meta name=Content-Type content="text/html; charset=UTF-8"><meta name=viewport content="width=device-width,initial-scale=1"><link rel=icon href=favicon.ico><link href=css/game.bundle.css rel=stylesheet></head><body><div id=brick-game></div><div id=splash><img src=images/splash.gif></div><script defer=defer src=game.bundle.js></script></body></html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brick-engine-js",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "A lightweight brick engine built with p5.js and TypeScript",
5
5
  "type": "commonjs",
6
6
  "main": "dist/brick-engine.js",