refactor: streamline Game class initialization and update layer names in overworld.json

This commit is contained in:
Juan Sebastián Montoya 2025-07-21 16:46:43 -05:00
parent ea9d912e2f
commit d0c859aab4
4 changed files with 7 additions and 607 deletions

View file

@ -3,13 +3,9 @@
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "serve . -n"
"start": "npx -y serve . -n"
},
"repository": "git@git.jusemon.com:jusemon/evolver.git",
"author": "Jusemon <juansmm@outlook.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"serve": "^14.2.3"
}
}
"license": "MIT"
}