Separate sprites into their own files

This commit is contained in:
2026-02-25 15:33:00 -03:00
parent 8867e36489
commit 36fc3869a2
54 changed files with 143 additions and 16 deletions
Generated
+12
View File
@@ -1,12 +1,23 @@
{
"version": "5",
"specifiers": {
"jsr:@gfx/canvas-wasm@~0.4.2": "0.4.2",
"jsr:@std/encoding@1.0.5": "1.0.5",
"jsr:@std/fs@^1.0.23": "1.0.23",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/path@^1.1.4": "1.1.4",
"npm:marked@^17.0.3": "17.0.3"
},
"jsr": {
"@gfx/canvas-wasm@0.4.2": {
"integrity": "d653be3bd12cb2fa9bbe5d1b1f041a81b91d80b68502761204aaf60e4592532a",
"dependencies": [
"jsr:@std/encoding"
]
},
"@std/encoding@1.0.5": {
"integrity": "ecf363d4fc25bd85bd915ff6733a7e79b67e0e7806334af15f4645c569fefc04"
},
"@std/fs@1.0.23": {
"integrity": "3ecbae4ce4fee03b180fa710caff36bb5adb66631c46a6460aaad49515565a37",
"dependencies": [
@@ -32,6 +43,7 @@
},
"workspace": {
"dependencies": [
"jsr:@gfx/canvas-wasm@~0.4.2",
"jsr:@std/fs@^1.0.23",
"npm:marked@^17.0.3"
]