A game engine that grows with you https://moddingtree.com
Find a file Use this template
2022-06-23 18:20:01 +02:00
.github/workflows Don't build placeholder mod on main repo 2022-02-27 22:45:58 -06:00
.vs New layer API WIP 2022-01-13 22:25:47 -06:00
public Updated some modifiers CSS 2022-04-23 22:14:35 -05:00
saves Delete safff.txt 2022-04-01 01:08:33 -05:00
src Added onConvert callback to conversions 2022-05-23 23:40:26 -05:00
tests Add example test 2022-06-23 18:02:44 +02:00
.eslintrc.js Fixing more issues 2022-01-24 22:25:34 -06:00
.gitignore Create vue app 2021-05-19 17:21:51 -05:00
.prettierrc.json Fixing building / cleanup 2022-01-24 22:23:30 -06:00
.replit Added support for replit 2022-03-01 21:03:00 -06:00
babel.config.js Add example test 2022-06-23 18:02:44 +02:00
CHANGELOG.md Version Bump 2022-05-23 23:54:16 -05:00
jest.config.js Use jsdom environment 2022-06-23 18:06:15 +02:00
LICENSE Initial commit 2021-05-19 17:11:27 -05:00
package-lock.json Remove ts-jest 2022-06-23 18:20:01 +02:00
package.json Remove ts-jest 2022-06-23 18:20:01 +02:00
README.md Updated README 2022-03-01 21:10:37 -06:00
replit.nix Added support for replit 2022-03-01 21:03:00 -06:00
tsconfig.json Add example test 2022-06-23 18:02:44 +02:00
vue.config.js Fixing building / cleanup 2022-01-24 22:23:30 -06:00

Profectus

A game engine that grows with you

Run on Repl.it

Read the docs

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