Changes/Fixes to Character List, Hotkey Manager, Exit Window and Text Message.

*Fixed typo in character list string.
* Hotkey text edit will now focus when you select a list item.
* Fix to the exit window layout.
* Added a death window for player deaths.
This commit is contained in:
BeniS
2012-07-13 20:24:52 +12:00
parent 3ebb997c37
commit 810816b4a3
6 changed files with 63 additions and 21 deletions

View File

@@ -127,8 +127,8 @@ function Minimap.compassClick(self, mousePos, mouseButton, elapsed)
local dx = px - self:getWidth()/2
local dy = -(py - self:getHeight()/2)
local radius = math.sqrt(dx*dx+dy*dy)
local movex=0
local movey=0
local movex = 0
local movey = 0
dx = dx/radius
dy = dy/radius