fix: extend in-game day to 2 IRL hours
authorxangelo <me@xangelo.ca>
Fri, 28 Jul 2023 16:28:01 +0000 (12:28 -0400)
committerxangelo <me@xangelo.ca>
Fri, 28 Jul 2023 18:12:37 +0000 (14:12 -0400)
commit8e44b7240ede30a277a961ee59d5f2c8fdaf4a36
tree13905ba36dbc9b74ce12422b264e96d1dc4aad5f
parentb27a5c816b28393209d2731095bfefaca02859fb
fix: extend in-game day to 2 IRL hours
12 files changed:
package-lock.json
package.json
public/assets/bundle.js
public/assets/css/game.css
public/assets/img/icons/time-of-day/afternoon.png [new file with mode: 0644]
public/assets/img/icons/time-of-day/evening.png [new file with mode: 0644]
public/assets/img/icons/time-of-day/morning.png [new file with mode: 0644]
public/assets/img/icons/time-of-day/night.png [new file with mode: 0644]
public/index.html
src/client/index.ts
src/shared/time.test.ts [new file with mode: 0644]
src/shared/time.ts