Skip to content
Snippets Groups Projects
Commit 552e4be8 authored by dg's avatar dg
Browse files

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@3995 51575b47-30f0-44d4-a5cc-537603b46e54
parent f6cde374
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 2 deletions
......@@ -239,8 +239,12 @@ function _M:onMouse(button, mx, my, click, on_over, on_click)
if on_click and click then
if on_click(i, a.hotkey[i]) then click = false end
end
if button == "left" and click then
a:activateHotkey(i)
if button == "left" then
if click then
a:activateHotkey(i)
else
print("== DRAG START", mx, my, i)
end
elseif button == "right" and click then
a.hotkey[i] = nil
a.changed = true
......
game/modules/tome/data/gfx/talents/bleeding_edge.png

2.79 KiB

game/modules/tome/data/gfx/talents/dual_strike.png

3.79 KiB

game/modules/tome/data/gfx/talents/dual_weapon_defence.png

3.21 KiB

game/modules/tome/data/gfx/talents/dual_weapon_training.png

2.68 KiB

game/modules/tome/data/gfx/talents/flurry.png

4.78 KiB

game/modules/tome/data/gfx/talents/greater_weapon_focus.png

3.71 KiB

game/modules/tome/data/gfx/talents/momentum.png

3.67 KiB

game/modules/tome/data/gfx/talents/precision.png

4.27 KiB

game/modules/tome/data/gfx/talents/step_up.png

1.92 KiB

game/modules/tome/data/gfx/talents/sweep.png

4.66 KiB

game/modules/tome/data/gfx/talents/true_grit.png

3.51 KiB

game/modules/tome/data/gfx/talents/whirlwind.png

4.82 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment