About
Last updated
Last updated
This project is a website for the project. The main goal is to use modern technology to have something that is easy to maintain and extend. It is also meant to be efficient, secure and easy to deploy.
Contributions are welcome! Please open an issue or pull request. Be sure to post screenshots and logs of any issues you're having.
MIT
Using your favorite method to edit the client (see for help). Set the login webservice url to http://127.0.0.1/api/login (or your appropriate server URL). This will make the client use the AAC to login.
You'll need to download the spritesheet from and place it in outfits_anim
. These assets are not included in the repository because they can cause the repo to bloat, and are also not release under the same license as the code
Anything you put into the static
folder in this repo will be served by the server. This is useful for storing assets for the game store. For example, you can put a static/images/store
folder and then reference the images in the store using /images/store/my-image.png
. For instance, you can use the store assets made available in the