mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user