No description
thepaperpilot
5a59aaf4fc
- Removed makePersistent - Removed Persistent, renamed PersistentRef to Persistent - createLazyProxy now takes optional base object - For use where previously makePersistent would be used - Added warnings when creating refs outside a layer - Added warnings when persistent refs aren't included in their layer object - createLayer now takes id as a parameter rather than an option |
||
---|---|---|
.github/workflows | ||
.vs | ||
public | ||
saves | ||
src | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc.json | ||
.replit | ||
babel.config.js | ||
CHANGELOG.md | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
replit.nix | ||
tsconfig.json | ||
vue.config.js |
Profectus
A game engine that grows with you
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint