Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
ElvUI_FCT
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Simpy
ElvUI_FCT
Commits
7f44555c
Commit
7f44555c
authored
Apr 14, 2019
by
Simpy
🐹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
color option improved
parent
f2aa4236
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
ElvUI_FCT/init.lua
ElvUI_FCT/init.lua
+7
-3
No files found.
ElvUI_FCT/init.lua
View file @
7f44555c
...
...
@@ -19,8 +19,12 @@ local title = '|cfffe7b2cElvUI|r: |cFFF76ADBFCT|r'
local
titleLong
=
'|cfffe7b2cElvUI|r: |cFFF76ADBFloating Combat Text|r'
local
by
=
'by |cFF8866ccSimpy|r and |cFF34dd61Lightspark|r (ls-)'
function
FCT
:
ColorOption
(
name
)
return
format
(
"|cFFF76ADB%s|r"
,
name
)
function
FCT
:
ColorOption
(
name
,
desc
)
if
desc
then
return
format
(
"|cFFF76ADB%s:|r |cFFffffff%s|r"
,
name
,
desc
)
else
return
format
(
"|cFFF76ADB%s|r"
,
name
)
end
end
FCT
.
options
=
{
...
...
@@ -98,7 +102,7 @@ FCT.options = {
name
=
""
,
guiInline
=
true
,
args
=
{
header
=
{
order
=
0
,
name
=
FCT
:
ColorOption
(
L
[
"Animations
: |cFFffffffOnly applies on Animation mode.|r
"
]),
type
=
"header"
},
header
=
{
order
=
0
,
name
=
FCT
:
ColorOption
(
L
[
"Animations
"
],
L
[
"Only applies on Animation mode.
"
]),
type
=
"header"
},
anim
=
{
order
=
1
,
name
=
L
[
"Animation"
],
type
=
"select"
,
values
=
{
[
"fountain"
]
=
L
[
"Fountain"
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment