comparison Devian.lua @ 50:c3166f700438

dock beacons and text fader cleaned up fixed OnLeave ending at mouseOverDock false and causing beacons to stick fixed a nil argument in dock framescript
author Nenue
date Tue, 05 Jan 2016 01:37:29 -0500
parents eb7544afd77a
children 4c05e55b0433
comparison
equal deleted inserted replaced
49:36290c315606 50:c3166f700438
1 --- ${PACKAGE_NAME} 1 --- Devian - Devian.lua
2 -- @file-author@ 2 -- @file-author@
3 -- @project-revision@ @project-hash@ 3 -- @project-revision@ @project-hash@
4 -- @file-revision@ @file-hash@ 4 -- @file-revision@ @file-hash@
5 if not LibStub then 5 if not LibStub then
6 print('Something has happened...') 6 print('Something has happened...')
72 dock_alpha_off = 0.2, 72 dock_alpha_off = 0.2,
73 dock_fade_in = 0.15, 73 dock_fade_in = 0.15,
74 dock_fade_out = 0.45, 74 dock_fade_out = 0.45,
75 dock_button_alpha_on = 1, 75 dock_button_alpha_on = 1,
76 dock_button_alpha_off = 0.2, 76 dock_button_alpha_off = 0.2,
77 dock_button_fade_in = 0.15, 77 dock_button_fade_in = 0.075,
78 dock_button_fade_out = 0.45 78 dock_button_fade_out = 0.075
79 79
80 } 80 }
81 81
82 local function ScanAddOnList(cmd, ...) 82 local function ScanAddOnList(cmd, ...)
83 local list_state 83 local list_state