Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Andrew Reed
VuhDo
Commits
b3d0aa2a
Commit
b3d0aa2a
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed application of specified opacity for HoT Icons
parent
8c2cd0cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
VuhDoBarCustomizerHots.lua
VuhDoBarCustomizerHots.lua
+5
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBarCustomizerHots.lua
View file @
b3d0aa2a
...
...
@@ -339,7 +339,11 @@ local function VUHDO_customizeHotIcons(aButton, aHotName, aRest, aTimes, anIcon,
end
end
tIcon
:
SetVertexColor
(
tHotColor
[
"R"
],
tHotColor
[
"G"
],
tHotColor
[
"B"
],
tIsChargeAlpha
and
tHotColor
[
"O"
]
or
1
);
if
tIsChargeAlpha
then
tIcon
:
SetVertexColor
(
tHotColor
[
"R"
],
tHotColor
[
"G"
],
tHotColor
[
"B"
],
tHotColor
[
"O"
]);
else
tIcon
:
SetVertexColor
(
tHotColor
[
"R"
],
tHotColor
[
"G"
],
tHotColor
[
"B"
]);
end
if
tIsChargeShown
then
tChargeTexture
:
SetTexture
(
VUHDO_CHARGE_TEXTURES
[
aTimes
]);
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
b3d0aa2a
...
...
@@ -15,6 +15,7 @@ Known issues:
Bugfixes:
-- Fixed game stutters caused by macro'ed console commands
-- Fixed error where bouquets are evaluated before decompression
-- Fixed application of specified opacity for HoT Icons
Improvements:
...
...
This diff is collapsed.
Click to expand it.
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