@inglorious/create-game 1.0.1 → 1.0.3

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
@@ -51,4 +51,6 @@ pnpm dev
51
51
 
52
52
  ## License
53
53
 
54
- This package is MIT licensed.
54
+ MIT © [Matteo Antony Mistretta](https://github.com/IngloriousCoderz)
55
+
56
+ This is free and open-source software. Use it however you want!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inglorious/create-game",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
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",
@@ -40,7 +40,7 @@
40
40
  },
41
41
  "devDependencies": {
42
42
  "prettier": "^3.6.2",
43
- "@inglorious/eslint-config": "1.0.0"
43
+ "@inglorious/eslint-config": "1.0.1"
44
44
  },
45
45
  "scripts": {
46
46
  "format": "prettier --write '**/*.{js,ijs,ts,its}'",
@@ -6,7 +6,6 @@ body {
6
6
  font-family: "Press Start 2P", system-ui;
7
7
  width: 100vw;
8
8
  height: 100vh;
9
- overflow: hidden;
10
9
  margin: 0;
11
10
  display: flex;
12
11
  flex-direction: column;
@@ -24,7 +23,7 @@ canvas {
24
23
  cursor: none;
25
24
  }
26
25
 
27
- @media (orientation: landscape) {
26
+ @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
28
27
  canvas {
29
28
  width: auto;
30
29
  height: 100vh;
@@ -6,7 +6,6 @@ body {
6
6
  font-family: "Press Start 2P", system-ui;
7
7
  width: 100vw;
8
8
  height: 100vh;
9
- overflow: hidden;
10
9
  margin: 0;
11
10
  display: flex;
12
11
  flex-direction: column;
@@ -24,7 +23,7 @@ canvas {
24
23
  cursor: none;
25
24
  }
26
25
 
27
- @media (orientation: landscape) {
26
+ @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
28
27
  canvas {
29
28
  width: auto;
30
29
  height: 100vh;
@@ -6,7 +6,6 @@ body {
6
6
  font-family: "Press Start 2P", system-ui;
7
7
  width: 100vw;
8
8
  height: 100vh;
9
- overflow: hidden;
10
9
  margin: 0;
11
10
  display: flex;
12
11
  flex-direction: column;
@@ -24,7 +23,7 @@ canvas {
24
23
  cursor: none;
25
24
  }
26
25
 
27
- @media (orientation: landscape) {
26
+ @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
28
27
  canvas {
29
28
  width: auto;
30
29
  height: 100vh;
@@ -5,7 +5,6 @@
5
5
  body {
6
6
  width: 100vw;
7
7
  height: 100vh;
8
- overflow: hidden;
9
8
  margin: 0;
10
9
  display: flex;
11
10
  flex-direction: column;
@@ -20,7 +19,7 @@ canvas {
20
19
  height: auto;
21
20
  cursor: none;
22
21
 
23
- @media (orientation: landscape) {
22
+ @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
24
23
  canvas {
25
24
  width: auto;
26
25
  height: 100vh;
@@ -6,7 +6,6 @@ body {
6
6
  font-family: "Press Start 2P", system-ui;
7
7
  width: 100vw;
8
8
  height: 100vh;
9
- overflow: hidden;
10
9
  margin: 0;
11
10
  display: flex;
12
11
  flex-direction: column;
@@ -24,7 +23,7 @@ canvas {
24
23
  cursor: none;
25
24
  }
26
25
 
27
- @media (orientation: landscape) {
26
+ @media (orientation: landscape) and (pointer: coarse) and (hover: none) {
28
27
  canvas {
29
28
  width: auto;
30
29
  height: 100vh;