NMV 0.8.0 - Big refactor and linting fixes

This commit is contained in:
Casper Warden
2025-01-17 23:37:54 +00:00
parent 3870861b0a
commit 53659008ac
210 changed files with 17588 additions and 18300 deletions

View File

@@ -0,0 +1,5 @@
import { TextureEntry } from '../classes/TextureEntry';
const n = Buffer.from('CAD82CAD56668BF13CAC8CDAB40DD20C000000000000000000400000000040000000000000000000000000000000006FB900FB728A247A72B75BC55CD5257A00', 'hex');
const entry = TextureEntry.from(n);
console.log(JSON.stringify(entry, null, 4));