Formatting

This commit is contained in:
Vortrex
2021-01-21 04:44:56 -06:00
parent 22362acafc
commit c8c44de1be

View File

@@ -12,10 +12,13 @@
let chatBoxHistory = [];
let bottomMessageIndex = 0;
let maxChatBoxHistory = 500;
let scrollAmount = 1;
let maxChatBoxLines = 6;
// ---------------------------------------------------------------------------
bindKey(SDLK_PAGEUP, KEYSTATE_DOWN, chatBoxScrollUp);
bindKey(SDLK_PAGEDOWN, KEYSTATE_DOWN, chatBoxScrollDown);