VASTLY improved how I generate tiles and tiledata

This commit is contained in:
2022-05-07 21:57:15 -07:00
parent bee024c3e1
commit 4ff43893d0
66 changed files with 3472 additions and 3186 deletions

View File

@@ -1,17 +1,17 @@
{
"name": "Dawn-GB",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/YourWishes/Dawn-GB.git",
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"scripts": {
"clean": "node ./scripts/clean",
"build": "npm run clean && node ./scripts/build",
"start": "npm run build && bgb64.exe ./build/Penny.gb"
},
"dependencies": {
"pngjs": "^6.0.0",
"rimraf": "^3.0.2"
}
}
{
"name": "Dawn-GB",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/YourWishes/Dawn-GB.git",
"author": "Dominic Masters <dominic@domsplace.com>",
"license": "MIT",
"scripts": {
"clean": "node ./scripts/clean",
"build": "npm run clean && node ./scripts/build",
"start": "npm run build && wine ./bgb/bgb64.exe ./build/Penny.gb"
},
"dependencies": {
"pngjs": "^6.0.0",
"rimraf": "^3.0.2"
}
}