You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+11-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
## 10.2.8-Beta2
1
+
## 10.2.8
2
2
3
3
#### Disclaimers
4
4
5
-
- This is a beta and may have bugs.
5
+
- This release may have bugs.
6
6
- Skins may need to be updated to work properly.
7
7
8
8
### General
@@ -17,6 +17,14 @@
17
17
18
18
- Added five new spell minimalistic spell alert textures for **Retail** that will be applied to non-default skins that specify one the natively-supported shapes.
19
19
- Added five new pet `AutoCast` animation texture masks for **The War Within** that skin authors can use to fit their skin(s).
20
+
- Added support for the new `AutoCast` animations in **The War Within**. These animations consist of the following regions:
21
+
-`AutoCast_Frame` - The frame that the textures are parented to. This should never need to be manipulated.
22
+
-`AutoCast_Shine` - This is the content texture that gets animated. Accepts standard texture attributes.
23
+
-`AutoCast_Mask` - This is the mask applied to `AutoCast_Shine` to show specific regions of the texture. Accepts standard `Mask` attributes.
24
+
-**Note:** As mentioned above, five mask shapes are included with **Masque**.
25
+
-`AutCast_Corners` - This is corner texture. Accepts standard texture attributes.
26
+
- An example of implementation can be seen in any of my custom skins.
27
+
- Any region not specified with fallback to the default region, making skinning these regions optional.
20
28
- All texture paths except for `Textures\Backdrop` have been updated to align with their respective shapes. Eg:
21
29
-`Textures\Cooldown\Swipe-Circle` is now `Textures\Circle\Mask`.
22
30
-**Masque** now natively supports five shapes usable by skin authors. These shapes are:
@@ -33,6 +41,7 @@
33
41
-`Edge`
34
42
-`Edge-LoC`
35
43
- Renamed **Classic Redux** to **Classic Enhanced**.
44
+
- Updated all `Cooldown` settings to use appropriate masks.
0 commit comments