duke3d-art
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"name": "duke3d-art", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A module for reading, writing, interacting with and manipulating Duke Nukem 3D Tiles.ART files.", | ||
@@ -43,3 +43,3 @@ "main": "src/art.js", | ||
"colour-rgba": "^1.0.4", | ||
"duke3d-palette": "0.0.3", | ||
"duke3d-palette": "^0.0.4", | ||
"extended-math": "^1.0.8", | ||
@@ -46,0 +46,0 @@ "extra-utilities": "^1.3.6", |
@@ -762,2 +762,6 @@ "use strict"; | ||
if(artByteBuffer.remaining() !== 0) { | ||
console.warn("Additional " + artByteBuffer.remaining() + " bytes found at the end of the art file."); | ||
} | ||
let tiles = []; | ||
@@ -764,0 +768,0 @@ |
@@ -57,11 +57,7 @@ "use strict"; | ||
return { | ||
offset: { | ||
x: self.xOffset, | ||
y: self.yOffset | ||
}, | ||
xOffset: self.xOffset, | ||
yOffset: self.yOffset, | ||
numberOfFrames: self.numberOfFrames, | ||
animation: { | ||
type: self.getAnimationType().name, | ||
speed: self.animationSpeed | ||
}, | ||
animationType: self.getAnimationType().name, | ||
animationSpeed: self.animationSpeed, | ||
extra: self.extra | ||
@@ -118,3 +114,3 @@ }; | ||
self.animationType === value.animationType && | ||
self.animationSpeed=== value.animationSpeed; | ||
self.animationSpeed === value.animationSpeed; | ||
} | ||
@@ -121,0 +117,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
57201
1793
+ Addedduke3d-palette@0.0.4(transitive)
- Removedduke3d-palette@0.0.3(transitive)
Updatedduke3d-palette@^0.0.4