Skip to content

Commit

Permalink
Update 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kiforsbe committed Oct 29, 2022
1 parent 5debaee commit 96b0a77
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 13 deletions.
7 changes: 0 additions & 7 deletions UnitFramesImproved/UnitFramesImproved.lua
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,6 @@ function EnableUnitFramesImproved()

-- BossFrame hooks
hooksecurefunc("BossTargetFrame_OnLoad", UnitFramesImproved_BossTargetFrame_Style);

-- Setup relative layout for targetframe compared to PlayerFrame
if not TargetFrame:IsUserPlaced() then
if not InCombatLockdown() then
TargetFrame:SetPoint("TOPLEFT", PlayerFrame, "TOPRIGHT", 36, 0);
end
end

-- Set up some stylings
UnitFramesImproved_Style_PlayerFrame();
Expand Down
12 changes: 6 additions & 6 deletions UnitFramesImproved/UnitFramesImproved.toc
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## Interface: 11302
## Interface: 80100
# Interface: 11302
## Interface: 90001
#11302 = 1.13.2 classic
#80100 = 8.1.5 latest retail
#90001 = 9.0.1 latest retail
## Title: UnitFramesImproved
## Notes: Extends the Blizzard unitframes for better visuals, with a minimal footprint.
## Version: 1.7.0
## Version: 1.7.2
## Author: Althalla (Kim Forsberg)
## SavedVariables: globalSettings
## SavedVariablesPerCharacter: characterSettings

## X-License: Public Domain
## X-Category: Unit Frames

## X-Category: Unit Frames

UnitFramesImproved.lua
Binary file added UnitFramesImproved/dev/NumericThreatBorder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UnitFramesImproved/dev/UI-FocusTargetingFrame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UnitFramesImproved/dev/UI-Player-Status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UnitFramesImproved/dev/UI-TargetingFrame-Rare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UnitFramesImproved/dev/UI-TargetingFrame.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added UnitFramesImproved/dev/UI-UnitFrame-Boss.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96b0a77

Please sign in to comment.