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

fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@1235 51575b47-30f0-44d4-a5cc-537603b46e54
parent d8e3b0ed
No related branches found
No related tags found
No related merge requests found
......@@ -904,7 +904,7 @@ function _M:clickIcon(bx, by)
self.key:triggerVirtual("SHOW_INVENTORY")
elseif by < 48 then
self.key:triggerVirtual("SHOW_CHARACTER_SHEET")
elseif by < 50 then
elseif by < 60 then
self.key:triggerVirtual("EXIT")
end
end
......@@ -918,7 +918,7 @@ function _M:mouseIcon(bx, by)
self.tooltip:displayAtMap(nil, nil, self.w, self.h, "Inventory")
elseif by < 48 then
self.tooltip:displayAtMap(nil, nil, self.w, self.h, "Character Sheet")
elseif by < 50 then
elseif by < 60 then
self.tooltip:displayAtMap(nil, nil, self.w, self.h, "Main menu")
end
end
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