@lightningjs/blits
Advanced tools
Comparing version 1.17.0 to 1.17.1
# Changelog | ||
## v1.17.1 | ||
_24 jan 2025_ | ||
- Fixed issue in sprite | ||
## v1.17.0 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@lightningjs/blits", | ||
"version": "1.17.0", | ||
"version": "1.17.1", | ||
"description": "Blits: The Lightning 3 App Development Framework", | ||
@@ -5,0 +5,0 @@ "bin": "bin/index.js", |
@@ -85,3 +85,3 @@ /* | ||
hooks: { | ||
init() { | ||
ready() { | ||
this.spriteTexture = this[symbols.renderer]().createTexture('ImageTexture', { | ||
@@ -88,0 +88,0 @@ src: this.image, |
@@ -52,3 +52,3 @@ /* | ||
hooks: { | ||
init() { | ||
ready() { | ||
this.spriteTexture = this[symbols.renderer]().createTexture('ImageTexture', { | ||
@@ -55,0 +55,0 @@ src: this.image, |
655146
100
11
1
59