From 0797a72e35c462eacba44405d52d8d6c3f06667a Mon Sep 17 00:00:00 2001 From: evanpelle Date: Mon, 26 Aug 2024 09:17:22 -0700 Subject: [PATCH] updated dev log --- TODO.txt | 2 +- src/client/index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 3e4d0c4cd..419956163 100644 --- a/TODO.txt +++ b/TODO.txt @@ -46,7 +46,7 @@ * BUG: fix hotreload (priority queue breaks it) DONE 8/24/2024 * improve menu (keep highlighted when click, allow deselect lobby) DONE 8/25/2024 * give time to (re) spawn at start of game DONE 8/25/2024 -* show bar for long to respawn +* show bar for long to respawn DONE 8/26/2024 * store & delay tile updates for lag compensation * add shader to dim border * REFACTOR: remove player.info() diff --git a/src/client/index.html b/src/client/index.html index 27cacc53c..b1cdc8c0a 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -40,6 +40,7 @@
  • Created favicon
  • improve menu (keep highlighted when click, allow deselect lobby)
  • Can respawn at start of game
  • +
  • Added spawn timer