@inglorious/create-game 1.0.4 → 1.0.5

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.
package/README.md CHANGED
@@ -27,10 +27,11 @@ The CLI will guide you through the setup process, asking for a project name and
27
27
 
28
28
  The following templates are available to get you started:
29
29
 
30
- - **js**: A minimal starter for a plain JavaScript project.
31
- - **ts**: A minimal starter for a plain TypeScript project.
32
- - **ijs** (IngloriousScript): A starter template for a JavaScript project using IngloriousScript via Babel.
33
- - **its** (IngloriousScript w/ TypeScript): A starter template for a TypeScript project that uses IngloriousScript.
30
+ - **minimal**: A minimal starter template that requires no bundling: just HTML, CSS, and JS.
31
+ - **js**: A starter template for a plain JavaScript project, bundled with Vite.
32
+ - **ts**: A starter template for a plain TypeScript project, bundled with Vite.
33
+ - **ijs** (IngloriousScript): A starter template for a JavaScript project using IngloriousScript, bundled with Vite.
34
+ - **its** (IngloriousScript w/ TypeScript): A starter template for a TypeScript project that uses IngloriousScript, bundled with Vite.
34
35
 
35
36
  ## What it does
36
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inglorious/create-game",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "A scaffolding tool to quickly create a new game with the Inglorious Engine.",
5
5
  "author": "IceOnFire <antony.mistretta@gmail.com> (https://ingloriouscoderz.it)",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@ canvas {
23
23
  cursor: none;
24
24
  }
25
25
 
26
- @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
26
+ @media (orientation: landscape) and (pointer: coarse) {
27
27
  canvas {
28
28
  width: auto;
29
29
  height: 100vh;
@@ -23,7 +23,7 @@ canvas {
23
23
  cursor: none;
24
24
  }
25
25
 
26
- @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
26
+ @media (orientation: landscape) and (pointer: coarse) {
27
27
  canvas {
28
28
  width: auto;
29
29
  height: 100vh;
@@ -23,7 +23,7 @@ canvas {
23
23
  cursor: none;
24
24
  }
25
25
 
26
- @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
26
+ @media (orientation: landscape) and (pointer: coarse) {
27
27
  canvas {
28
28
  width: auto;
29
29
  height: 100vh;
@@ -19,7 +19,7 @@ canvas {
19
19
  height: auto;
20
20
  cursor: none;
21
21
 
22
- @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
22
+ @media (orientation: landscape) and (pointer: coarse) {
23
23
  canvas {
24
24
  width: auto;
25
25
  height: 100vh;
@@ -23,7 +23,7 @@ canvas {
23
23
  cursor: none;
24
24
  }
25
25
 
26
- @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
26
+ @media (orientation: landscape) and (pointer: coarse) {
27
27
  canvas {
28
28
  width: auto;
29
29
  height: 100vh;