mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-05-07 04:07:11 -04:00
Red border dashes
This commit is contained in:
parent
83d335b05e
commit
80dd1f0758
11 changed files with 1011 additions and 931 deletions
|
@ -3,7 +3,7 @@
|
|||
"version": "1.0.0",
|
||||
"description": "A roguelite take on the breakout genre, optimised for short runs and replayability.",
|
||||
"scripts": {
|
||||
"start": "rm -rf .parcel-cache && run-p dev:*",
|
||||
"start": "bash start.sh",
|
||||
"dev:game-fe": "parcel src/*.html --lazy --no-hmr",
|
||||
"dev:editor-be": "nodemon editserver.js --watch editserver.js",
|
||||
"test": "jest --watch"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue