feat: new UI
authorxangelo <me@xangelo.ca>
Tue, 15 Aug 2023 18:31:53 +0000 (14:31 -0400)
committerxangelo <me@xangelo.ca>
Tue, 15 Aug 2023 18:31:53 +0000 (14:31 -0400)
commitc7936121b23a77a0b7269d2b319ec0b9f5560bb0
tree153e8a0e5f2a7291d4459f3a31ae164a8740f1c2
parentfb7e76df79d2775d5129bdba6e9411422580623f
feat: new UI

This is a huge overhaul of the existing UI away from the temp white
boxes setup to something that embodies the game a bit more. No
functionality has changed, but there's been a ton of CSS updates to
ensure that we keep load times short but still provide a good looking
experience to players.
19 files changed:
public/assets/css/game.css
public/assets/font/BreatheFire.woff [new file with mode: 0644]
public/assets/font/BreatheFire.woff2 [new file with mode: 0644]
public/assets/font/demo.html [new file with mode: 0644]
public/assets/font/stylesheet.css [new file with mode: 0644]
public/index.html
src/server/api.ts
src/server/locations/healer/index.ts
src/server/map.ts
src/server/monster.ts
src/server/views/fight.ts
src/server/views/inventory.ts
src/server/views/map.ts
src/server/views/monster-selector.ts
src/server/views/player-bar.ts
src/server/views/stores.ts
src/server/views/travel.ts
src/shared/map.ts
src/shared/travel.ts