senior dev moment, finished spritesheet generator

This commit is contained in:
2024-12-20 20:34:39 +01:00
parent 43fe6ab33e
commit 2ac9416fe6
2 changed files with 4 additions and 4 deletions

View File

@ -184,7 +184,7 @@ export default class SpriteUpdateEvent {
// Round to nearest even number to prevent sub-pixel rendering
const left = Math.round(adjustedLeft / 2) * 2
const top = Math.round(adjustedTop / 2) * 2
const top = 0
return {
input: buffer,