diff --git a/pages/play.html b/pages/play.html index 092bf11..fb678e0 100644 --- a/pages/play.html +++ b/pages/play.html @@ -29,6 +29,7 @@ let buzzable = false; socket.emit("updateUserInfo", userName, teamName, "Kirbeep");//initial user registration + $("#buzzer").attr("src", "Kirbeep.png" ); socket.on("userInfoToClient", (userInfo) => { userInfoToClient(userInfo); @@ -128,6 +129,11 @@ The buzzer

+

+ Click the buzzer above or press spacebar to buzz in. +
+ You can only buzz in on your team's turn. +

diff --git a/styles/styleMain.css b/styles/styleMain.css index 5430029..30470de 100644 --- a/styles/styleMain.css +++ b/styles/styleMain.css @@ -98,6 +98,10 @@ ul { z-index: 1000; } +#instructions { + font-size: 14px; +} + #buzzerOptions img { width: 50px; }