From 3f4959bc2a834e975a285a48350e8bc5d75c2f3b Mon Sep 17 00:00:00 2001 From: Evert Date: Sat, 8 Apr 2017 17:57:12 +0300 Subject: [PATCH] change rotate to right click --- client/index.css | 6 ++++++ client/index.html | 5 +++-- client/index.js | 55 +++++++++++++++++++++++++++++++++++++---------- server.js | 4 ++-- 4 files changed, 55 insertions(+), 15 deletions(-) diff --git a/client/index.css b/client/index.css index 19562a4..f376f54 100644 --- a/client/index.css +++ b/client/index.css @@ -148,6 +148,7 @@ button#leave { font-weight: bold; padding-top: 5px; width: 200px; + height: 80px; } #game_canvas { margin-left: 300px; @@ -230,3 +231,8 @@ dialog.unsupported { display: none; z-index: 10; } +#mob_rotate { + font-size: 200%; + margin: auto; + margin-top: 20px; +} diff --git a/client/index.html b/client/index.html index efea28c..0483b7b 100644 --- a/client/index.html +++ b/client/index.html @@ -29,7 +29,7 @@

Statistics

Players online: - Players in game: + Games in progress: Total games since server started: You've played in matches this session.
@@ -47,7 +47,7 @@

How to play

-

This is a guessing game inspired by Battleship, however this one works quite differently.

+

This is a web version of Battleship with a few differences.

+