Bruh? 😳

This commit is contained in:
2022-01-08 21:44:02 -08:00
parent 36ad463505
commit c426d0e929
21 changed files with 445 additions and 46 deletions

View File

@@ -7,8 +7,8 @@
"license": "MIT",
"scripts": {
"clean": "node ./scripts/clean",
"build": "node ./scripts/build",
"start": "bgb64.exe ./build/Penny.gb"
"build": "npm run clean && node ./scripts/build",
"start": "npm run build && bgb64.exe ./build/Penny.gb"
},
"dependencies": {
"pngjs": "^6.0.0",