VASTLY improved how I generate tiles and tiledata
This commit is contained in:
34
package.json
34
package.json
@@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user