Betterchat v1

This commit is contained in:
Jonas Dellinger
2017-05-17 19:22:20 +02:00
parent aeab2edc5c
commit ffa9488e9a
16 changed files with 591 additions and 484 deletions

View File

@@ -1,15 +1,15 @@
description 'chat management stuff'
ui_page 'html/chat.html'
client_script 'chat_client.lua'
server_script 'chat_server.lua'
export 'printChatLine'
files {
'html/chat.html',
'html/chat.css',
'html/chat.js',
'html/jquery.faketextbox.js'
}
description 'better chat management stuff'
ui_page 'html/index.html'
client_script 'cl_chat.lua'
server_script 'sv_chat.lua'
files {
'html/index.html',
'html/index.css',
'html/config.js',
'html/App.js',
'html/Message.js',
'html/Suggestions.js'
}