X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=new2%2Frogue_chat.html;fp=new2%2Frogue_chat.html;h=6b37d6cdea41cf266afe3b0d9f5c5f5ecfb026fd;hb=0d6e4ded54a3cff9ec068dc329796b781b9d7e16;hp=a3d50955e0d20edaa4cb9c9ea862c6cbba87f1b5;hpb=25042810293b1ee02c39b7d0bd4c9d9016972d75;p=plomrogue2-experiments diff --git a/new2/rogue_chat.html b/new2/rogue_chat.html index a3d5095..6b37d6c 100644 --- a/new2/rogue_chat.html +++ b/new2/rogue_chat.html @@ -169,11 +169,12 @@ tui.log_msg("LOGIN USER - register as USER", 3); tui.log_msg("ALL TEXT - send TEXT to all users", 3); tui.log_msg("QUERY USER TEXT - send TEXT to USER", 3); tui.log_msg(""); -tui.log_msg("Use arrow keys to move your avatar", 1); +tui.log_msg("Use arrow keys to move your avatar. You can only move over \".\" map cells.", 1); tui.log_msg(""); tui.log_msg("Use double quotes for strings that contain whitespace, escape them with \\.", 1); tui.log_msg(""); -tui.log_msg("To write on the map, hit Return on a single visible ASCII character in the input prompt", 1); +tui.log_msg("To change the map cell you are standing on, type the desired ASCII character into the prompt and hit Return.", 1); +tui.log_msg(""); document.addEventListener('keydown', (event) => { if (chat.input_line === '') {