(svn r1082) Feature: Chat toolbar

- to chat with all players press Return (or Shift-T) and type in the message
- Press Return again to send the message
This commit is contained in:
dominik
2004-12-14 16:53:38 +00:00
parent 833ce98409
commit 7196860373
7 changed files with 143 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ bool _textmessage_visible = false;
const int _textmessage_box_left = 10; // Pixels from left
const int _textmessage_box_y = 150; // Height of box
const int _textmessage_box_bottom = 20; // Pixels from bottom
const int _textmessage_box_bottom = 30; // Pixels from bottom
const int _textmessage_box_max_width = 400; // Max width of box
static byte _textmessage_backup[150*400]; // (y * max_width)