- Load characters after login.

- Make the character screen load with an empty character list from the server, send event to the server for character creation with data, but not yet saving them to the DB.
- Working but messy character saving to DB
- Add the character_data to the client, rather than keep it in the GLobalState.
This commit is contained in:
S Handley
2020-05-09 15:41:25 +00:00
committed by Forest Anderson
parent 6cebf52a1c
commit 5a13b54cbf
33 changed files with 807 additions and 147 deletions

View File

@ -8,6 +8,8 @@ services:
- "14004:14004"
- "14005:14005"
restart: on-failure:0
volumes:
- "./db:/opt/db"
watchtower:
image: containrrr/watchtower
volumes: