Initial commit for 3.3
- Updated tree - Added 3 new uniques - Added Shattered an Enemy Recently option - Added missing league tags on Bestiary uniques - Fixed Action Speed not applying to some animations (e.g Trap Throwing)
This commit is contained in:
@@ -126,6 +126,10 @@ end
|
||||
function launch:OnKeyDown(key, doubleClick)
|
||||
if key == "F5" and self.devMode then
|
||||
self.doRestart = "Restarting..."
|
||||
elseif key == "F6" and self.devMode then
|
||||
local before = collectgarbage("count")
|
||||
collectgarbage("collect")
|
||||
ConPrintf("%dkB => %dkB", before, collectgarbage("count"))
|
||||
elseif key == "u" and IsKeyDown("CTRL") then
|
||||
if not self.devMode then
|
||||
self:CheckForUpdate()
|
||||
|
||||
Reference in New Issue
Block a user