Red border dashes

This commit is contained in:
Renan LE CARO 2025-03-25 08:22:58 +01:00
parent 83d335b05e
commit 80dd1f0758
11 changed files with 1011 additions and 931 deletions

View file

@ -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"