@tmustier/pi-nes 0.2.19 → 0.2.20

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.
@@ -145,7 +145,7 @@ export class NesImageRenderer {
145
145
  columns,
146
146
  rows,
147
147
  imageId: this.imageId,
148
- zIndex: -1,
148
+ zIndex: 0,
149
149
  });
150
150
 
151
151
  const lines: string[] = [];
@@ -186,7 +186,7 @@ export class NesImageRenderer {
186
186
  columns,
187
187
  rows,
188
188
  imageId: this.imageId,
189
- zIndex: -1,
189
+ zIndex: 0,
190
190
  }),
191
191
  columns,
192
192
  rows,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmustier/pi-nes",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "NES emulator extension for pi",
5
5
  "keywords": [
6
6
  "pi-package",