Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 7 additions & 9 deletions LuaMenu/configs/gameConfig/zk/helpSubmenuConfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local function CreateLine(lineText, linkText, onClick)
height = WG.BUTTON_HEIGHT,
width = 110,
caption = linkText,
classname = "action_button",
classname = "small_action_button",
objectOverrideFont = WG.Chobby.Configuration:GetButtonFont(2),
OnClick = {
onClick
Expand Down Expand Up @@ -208,11 +208,10 @@ local communityControl = Control:New {
Button:New {
right = 11,
y = WG.TOP_BUTTON_Y,
width = 80,
width = WG.BUTTON_HEIGHT,
height = WG.BUTTON_HEIGHT,
objectOverrideFont = WG.Chobby.Configuration:GetButtonFont(3),
caption = i18n("close"),
classname = "negative_button",
caption = "",
classname = "close_button",
OnClick = {
function()
obj:Hide()
Expand Down Expand Up @@ -275,11 +274,10 @@ local bugControl = Control:New {
Button:New {
right = 11,
y = WG.TOP_BUTTON_Y,
width = 80,
width = WG.BUTTON_HEIGHT,
height = WG.BUTTON_HEIGHT,
objectOverrideFont = Configuration:GetButtonFont(3),
caption = i18n("close"),
classname = "negative_button",
caption = "",
classname = "close_button",
OnClick = {
function()
obj:Hide()
Expand Down
2 changes: 1 addition & 1 deletion LuaMenu/configs/gameConfig/zk/settingsMenu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ local settingsConfig = {
humanName = "Graphics Driver Selected: ",
isLabelSetting = true,
desc = Platform.gpuVendor,
size = 2,
size = 6,
},
{
name = "AntiAliasing",
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified LuaMenu/configs/gameConfig/zk/skinning/background.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified LuaMenu/configs/gameConfig/zk/skinning/headingLarge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified LuaMenu/images/away.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed LuaMenu/images/away.psd
Binary file not shown.
87 changes: 87 additions & 0 deletions LuaMenu/images/away.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/away_final.kra
Binary file not shown.
Binary file modified LuaMenu/images/battle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed LuaMenu/images/battle.psd
Binary file not shown.
83 changes: 83 additions & 0 deletions LuaMenu/images/battle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/battle_final.kra
Binary file not shown.
Binary file modified LuaMenu/images/bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions LuaMenu/images/bullet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/bullet_final.kra
Binary file not shown.
Binary file modified LuaMenu/images/clock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
74 changes: 74 additions & 0 deletions LuaMenu/images/clock.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LuaMenu/images/clock_final.kra
Binary file not shown.
Binary file modified LuaMenu/images/connecting.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading