Skip to content

Commit

Permalink
Merge pull request LetsTimeIt#29 from LetsTimeIt/github-actions
Browse files Browse the repository at this point in the history
Guilty, you are the worst
  • Loading branch information
srenauld authored Dec 28, 2020
2 parents 97a74f3 + fb49eab commit c1443b1
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions ManbabyDungeonTools.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1019,23 +1019,22 @@ function MDT:IsFrameOffScreen()
end

local bottomTips = {
[1] = L["He's a Manbaby"],
[2] = L["Hold CTRL to single-select enemies."],
[3] = L["Hold SHIFT to create a new pull while selecting enemies."],
[4] = L["Hold SHIFT to delete all presets with the delete preset button."],
[5] = L["Right click a pull for more options."],
[6] = L["Right click an enemy to open the enemy info window."],
[7] = L["Drag the bottom right edge to resize MDT."],
[8] = L["Click the fullscreen button for a maximized view of MDT."],
[9] = L["Use /mdt reset to restore the default position and scale of MDT."],
[10] = L["Mouseover the Live button while in a group to learn more about Live mode."],
[11] = L["You are using MDT. You rock!"],
[12] = L["You can choose from different color palettes in the automatic pull coloring settings menu."],
[13] = L["You can cycle through different floors by holding CTRL and using the mousewheel."],
[14] = L["You can cycle through dungeons by holding ALT and using the mousewheel."],
[15] = L["Mouseover a patrolling enemy with a blue border to view the patrol path."],
[16] = L["Expand the top toolbar to gain access to drawing and note features."],
[17] = L["ConnectedTip"],
[1] = L["Hold CTRL to single-select enemies."],
[2] = L["Hold SHIFT to create a new pull while selecting enemies."],
[3] = L["Hold SHIFT to delete all presets with the delete preset button."],
[4] = L["Right click a pull for more options."],
[5] = L["Right click an enemy to open the enemy info window."],
[6] = L["Drag the bottom right edge to resize MDT."],
[7] = L["Click the fullscreen button for a maximized view of MDT."],
[8] = L["Use /mdt reset to restore the default position and scale of MDT."],
[9] = L["Mouseover the Live button while in a group to learn more about Live mode."],
[10] = L["You are using MDT. You rock!"],
[11] = L["You can choose from different color palettes in the automatic pull coloring settings menu."],
[12] = L["You can cycle through different floors by holding CTRL and using the mousewheel."],
[13] = L["You can cycle through dungeons by holding ALT and using the mousewheel."],
[14] = L["Mouseover a patrolling enemy with a blue border to view the patrol path."],
[15] = L["Expand the top toolbar to gain access to drawing and note features."],
[16] = L["ConnectedTip"],
}

function MDT:UpdateBottomText()
Expand Down

0 comments on commit c1443b1

Please sign in to comment.