improvements to skins
@@ -37,9 +37,9 @@ local SpeakTypes = {
|
||||
}
|
||||
|
||||
local SayModes = {
|
||||
[1] = { speakTypeDesc = 'whisper', icon = '/core_styles/icons/whisper.png' },
|
||||
[2] = { speakTypeDesc = 'say', icon = '/core_styles/icons/say.png' },
|
||||
[3] = { speakTypeDesc = 'yell', icon = '/core_styles/icons/yell.png' }
|
||||
[1] = { speakTypeDesc = 'whisper', icon = 'icons/whisper.png' },
|
||||
[2] = { speakTypeDesc = 'say', icon = 'icons/say.png' },
|
||||
[3] = { speakTypeDesc = 'yell', icon = 'icons/yell.png' }
|
||||
}
|
||||
|
||||
local MAX_HISTORY = 1000
|
||||
|
@@ -40,7 +40,7 @@ Panel
|
||||
|
||||
TabButton
|
||||
id: prevChannelButton
|
||||
icon: /core_styles/icons/leftarrow.png
|
||||
icon: icons/leftarrow.png
|
||||
anchors.left: parent.left
|
||||
anchors.top: parent.top
|
||||
margin-left: 6
|
||||
@@ -56,7 +56,7 @@ Panel
|
||||
|
||||
TabButton
|
||||
id: nextChannelButton
|
||||
icon: /core_styles/icons/rightarrow.png
|
||||
icon: icons/rightarrow.png
|
||||
anchors.right: next.left
|
||||
anchors.top: parent.top
|
||||
margin-right: 5
|
||||
@@ -65,7 +65,7 @@ Panel
|
||||
TabButton
|
||||
id: closeChannelButton
|
||||
!tooltip: tr('Close this channel') .. ' (Ctrl+E)'
|
||||
icon: /core_styles/icons/closechannel.png
|
||||
icon: icons/closechannel.png
|
||||
anchors.right: next.left
|
||||
anchors.top: parent.top
|
||||
enabled: false
|
||||
@@ -76,7 +76,7 @@ Panel
|
||||
TabButton
|
||||
id: channelsButton
|
||||
!tooltip: tr('Open new channel') .. ' (Ctrl+O)'
|
||||
icon: /core_styles/icons/channels.png
|
||||
icon: icons/channels.png
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
margin-right: 5
|
||||
@@ -98,7 +98,7 @@ Panel
|
||||
|
||||
TabButton
|
||||
id: sayModeButton
|
||||
icon: /core_styles/icons/say.png
|
||||
icon: icons/say.png
|
||||
!tooltip: tr('Adjust volume')
|
||||
&sayMode: 2
|
||||
size: 20 20
|
||||
|
BIN
modules/game_console/icons/channels.png
Normal file
After Width: | Height: | Size: 245 B |
BIN
modules/game_console/icons/closechannel.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
modules/game_console/icons/leftarrow.png
Normal file
After Width: | Height: | Size: 271 B |
BIN
modules/game_console/icons/rightarrow.png
Normal file
After Width: | Height: | Size: 285 B |
BIN
modules/game_console/icons/say.png
Normal file
After Width: | Height: | Size: 255 B |
BIN
modules/game_console/icons/whisper.png
Normal file
After Width: | Height: | Size: 255 B |
BIN
modules/game_console/icons/yell.png
Normal file
After Width: | Height: | Size: 266 B |