From c7b7da4139a7444dbfcc7c66a1968e1b80bccd8e Mon Sep 17 00:00:00 2001 From: Misterkister Date: Thu, 12 Jan 2017 11:39:24 -0600 Subject: [PATCH] following mina's change regarding with profile.lua and tabs.lua --- .../BGAnimations/ScreenNetSelectMusic decorations/tabs.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua index 1384c65a16..18d886ad17 100644 --- a/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua +++ b/Themes/Til Death/BGAnimations/ScreenNetSelectMusic decorations/tabs.lua @@ -11,6 +11,8 @@ local function input(event) end if event.DeviceInput.button == "DeviceButton_left mouse button" then MESSAGEMAN:Broadcast("MouseLeftClick") + elseif event.DeviceInput.button == "DeviceButton_right mouse button" then + MESSAGEMAN:Broadcast("MouseRightClick") end end if event.DeviceInput.button == "DeviceButton_left ctrl" then @@ -110,4 +112,4 @@ for i=1,#tabNames do t[#t+1] =tabs(i) end; -return t \ No newline at end of file +return t