This repository was archived by the owner on Oct 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed
Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,23 @@ if not MASQUE then
44end
55
66local AddOn , _ = ...
7- local Version = GetAddOnMetadata (AddOn , " Version" )
87
98--[[ Default ]]
10-
119MASQUE :AddSkin (" Neuron: Default" , {
12- Description = " The default Masque skin for the Neuron World of Warcraft add-on" ,
13- Author = " Soyier" ,
14- Version = Version ,
10+ API_VERSION = 90002 ,
1511 Shape = " Square" ,
16- Masque_Version = 80200 ,
1712
18- -- Layer Settings
13+ -- Info
14+ Description = " The default Masque skin for the Neuron World of Warcraft add-on." ,
15+ Author = " Soyier" ,
16+ Version = GetAddOnMetadata (AddOn , " Version" ),
17+ Websites = {
18+ " https://www.curseforge.com/wow/addons/masque-neuron" ,
19+ " https://github.com/brittyazel/Masque_Neuron" ,
20+ },
21+
22+
23+ -- Skin
1924 Backdrop = {
2025 Width = 42 ,
2126 Height = 42 ,
@@ -192,4 +197,4 @@ MASQUE:AddSkin("Neuron: Default", {
192197 OffsetX = 0 ,
193198 OffsetY = - 2 ,
194199 },
195- }, true )
200+ })
Original file line number Diff line number Diff line change 1- ## Interface : 90001
1+ ## Interface : 90002
22## Title : Masque: Neuron
33## Notes : The default Masque skin for the Neuron World of Warcraft add-on
44## Author : Britt Yazel (aka Soyier)
You can’t perform that action at this time.
0 commit comments