forked from noxious/client
Several fixes, improvements, refactor for authentication
This commit is contained in:
@ -33,9 +33,10 @@ export class AssetStorage {
|
||||
originX: asset.originX,
|
||||
originY: asset.originY,
|
||||
isAnimated: asset.isAnimated,
|
||||
frameRate: asset.frameRate,
|
||||
frameWidth: asset.frameWidth,
|
||||
frameHeight: asset.frameHeight,
|
||||
frameRate: asset.frameRate
|
||||
frameCount: asset.frameCount
|
||||
})
|
||||
} catch (error) {
|
||||
console.error(`Failed to add asset ${asset.key}:`, error)
|
||||
|
Reference in New Issue
Block a user