Rework options visual

This commit is contained in:
Henrique Santiago
2013-01-25 13:33:51 -02:00
parent a144174c41
commit c982ca81a5
6 changed files with 168 additions and 94 deletions

View File

@@ -296,7 +296,7 @@ KeyCodeDescs = {
[KeyNumpad6] = 'Numpad6',
[KeyNumpad7] = 'Numpad7',
[KeyNumpad8] = 'Numpad8',
[KeyNumpad9] = 'Numpad9'
[KeyNumpad9] = 'Numpad9',
}
NetworkMessageTypes = {
@@ -307,5 +307,10 @@ NetworkMessageTypes = {
U64 = 5,
NumberString = 6,
String = 7,
Table = 8
Table = 8,
}
SoundChannels = {
Music = 1,
Ambient = 2,
}