-
Notifications
You must be signed in to change notification settings - Fork 19
/
modui_classic.toc
executable file
·84 lines (65 loc) · 1.24 KB
/
modui_classic.toc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
## Interface: 11302
## Title: mod ui
## Author: modernist
##SavedVariablesPerCharacter: MODUI_VAR
## Notes: a ui
# ~load variables table prior to anything else
core/var.lua
# ~shared functions & overall UI biz
core/colour.lua
core/functions.lua
core/text.lua
core/skins.lua
core/tables.lua
# ~colour modification (todo: put button skinning in here?)
theme/theme.lua
theme/buttons/character.lua
# ~libraries
libraries/init.xml
# ~insert templates
templates.xml
# ~action bar and buttons
actionbar/bars.lua
# ~buffs
aura/aura.lua
# ~castbars for target and nameplates
castbars/enemy.lua
# ~chat
chat/chat.lua
chat/cmd.lua
chat/event.lua
chat/tab.lua
chat/url.lua
# ~one bag system
bag/menu.lua
bag/bag/bag.lua
bag/button.lua
bag/bank/bank.lua
bag/tools/greys.lua
bag/tools/sort.lua
bag/update.lua
# ~micromenu
menu/menu.lua
# ~minimap
minimap/minimap.lua
# ~nameplates
nameplate/aura.lua
nameplate/colour.lua
nameplate/combopoint.lua
nameplate/style.lua
nameplate/totem.lua
# ~objective tracker
quest/quest.lua
# ~tooltip
tooltip/content.lua
tooltip/layout.lua
# talents
talents/talents.lua
# ~unitframes
unit/unit.lua
unit/druidbar.lua
unit/energy.lua
# ~world map
worldmap/worldmap.lua
# ~options
options/options.lua