feat(settings): add a settings panel

This commit is contained in:
Halyul
2021-06-03 22:26:00 -04:00
parent 3a43468d57
commit 3e02683d49
8 changed files with 404 additions and 95 deletions

View File

@@ -62,9 +62,9 @@ operators:
use_skel: true # For the Spine model, <true> for using skel file, otherwise use json
# Development server settings
server:
operator_folder: /operator/ # The path that the showcase webpage accesses game files
operator_folder: ./operator/ # The path that the showcase webpage accesses game files
release_folder: ./release/ # The folder that stores the showcase webpage
template_folder: /template/ # The folder that stores the showcase template
template_folder: ./template/ # The folder that stores the showcase template
```
## LICENSE
@@ -81,4 +81,4 @@ The `LICENSE` file applies to all files unless listed specifically.
- all files under `operator` folder and its sub-folders
- all files under `release/*/operator/*` folder
- `release/*/operator/operator.js`
- `release/*/operator/operator_assets.js`