From: Carl Worth Date: Sat, 27 Jun 2020 22:00:09 +0000 (-0700) Subject: Add a ready bit to client state, and render nothing before ready X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=71a123df898044213dd6703c036d6bbbea7f7f8f;hp=71a123df898044213dd6703c036d6bbbea7f7f8f Add a ready bit to client state, and render nothing before ready The ready bit is set to true when the client receives a game-state event from the server. This commit fixes things so that users will not see a brief flash of the category-input form before the actual content that is desired. ---