lots of small fixes!
authorxangelo <git@xangelo.ca>
Fri, 16 Jun 2023 13:39:30 +0000 (09:39 -0400)
committerxangelo <git@xangelo.ca>
Fri, 16 Jun 2023 13:39:30 +0000 (09:39 -0400)
commita6f428505025f382c9fee5da4572b113bff03c4a
tree0bd9a4783e069498bfa4f1c9887505650b6db2f5
parent3c79688bc2ec503dfa7ace337e45fffd2a88bcff
lots of small fixes!

This includes a bunch of fixes like:
- generic exploration instead of an event for every place
- background images for the Explore screen
- a way to re-import monsters via chat command
- removes a table for flexbox on the explore screen
public/assets/bundle.js
public/assets/css/game.css
public/assets/img/map/1.jpeg [new file with mode: 0644]
public/assets/img/map/2.jpeg [new file with mode: 0644]
seeds/monsters.ts
src/client/index.ts
src/events/explore/server.ts [new file with mode: 0644]
src/events/server.ts
src/server/api.ts