Skip to content

Commit

Permalink
TOC 70000
Browse files Browse the repository at this point in the history
  • Loading branch information
Phanx committed Jul 24, 2016
1 parent b5db952 commit 9062526
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 147 deletions.
21 changes: 9 additions & 12 deletions .pkgmeta
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package-as: Masque_SimpleSquare

manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

ignore:
- CHANGELOG.md
- README.md

required-dependencies:
- masque
package-as: Masque_SimpleSquare

manual-changelog:
filename: CHANGELOG.md
markup-type: markdown

required-dependencies:
- masque

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 7.0.3.0 (2016 Jul 24)

* Updated for WoW 7.0

### Version 6.1.0.6 (2015 Feb 26)

* Updated for WoW 6.1
Expand Down
238 changes: 119 additions & 119 deletions Masque_SimpleSquare.lua
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,120 +1,120 @@
--[[
Masque: SimpleSquare
Simple square skin for Masque.
by Phanx <addons@phanx.net>
Original textures by ScythXIII. Original port to ButtonFacade by MoonWitch.
https://github.com/Phanx/Masque_SimpleSquare
http://wow.curse.com/addons/masque-simplesquare
http://www.wowinterface.com/downloads/info9096-MasqueSimpleSquare.html
]]

local Masque = LibStub("Masque", true)
if not Masque then return end

Masque:AddSkin("SimpleSquare", {
Masque_Version = 60000,
Shape = "Square",
Template = "Blizzard",
Backdrop = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Backdrop",
Width = 44,
Height = 44,
},
Normal = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Border",
Width = 44,
Height = 44,
},
Checked = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Highlight",
Width = 44,
Height = 44,
Color = { 1, 246/255, 0, 0.9 },
},
Pushed = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Glow",
Width = 44,
Height = 44,
},
Highlight = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Highlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Border = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Highlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Icon = {
TexCoords = { 0.05, 0.95, 0.05, 0.95 },
Width = 36,
Height = 36,
},
Cooldown = {
Width = 34,
Height = 35,
OffsetX = 1,
OffsetY = 0,
},
Count = { -- anchor BOTTOMRIGHT
-- Width = 36,
JustifyV = "BOTTOM",
},
Name = { -- anchor BOTTOM
Width = 51,
JustifyV = "BOTTOM",
},
HotKey = { -- anchor TOPLEFT
Width = 34,
OffsetX = 1,
OffsetY = -3,
JustifyH = "RIGHT",
JustifyV = "TOP",
},
Gloss = {
Hide = true,
},
})

Masque:AddSkin("SimpleSquare Thin", {
Masque_Version = 50400,
Shape = "Square",
Template = "SimpleSquare",
Normal = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinBorder",
Width = 44,
Height = 44,
},
Checked = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinHighlight",
Width = 44,
Height = 44,
Color = { 1, 246/255, 0, 0.9 },
},
Pushed = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinGlow",
Width = 44,
Height = 44,
},
Highlight = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinHighlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Border = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinHighlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Cooldown = {
Width = 35,
Height = 35,
OffsetX = 0,
OffsetY = 0,
},
--[[
Masque: SimpleSquare
Simple square skin for Masque.
by Phanx <addons@phanx.net>
Original textures by ScythXIII. Original port to ButtonFacade by MoonWitch.
https://github.com/Phanx/Masque_SimpleSquare
http://wow.curse.com/addons/masque-simplesquare
http://www.wowinterface.com/downloads/info9096-MasqueSimpleSquare.html
]]

local Masque = LibStub("Masque", true)
if not Masque then return end

Masque:AddSkin("SimpleSquare", {
Masque_Version = 60000,
Shape = "Square",
Template = "Blizzard",
Backdrop = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Backdrop",
Width = 44,
Height = 44,
},
Normal = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ModBorder",
Width = 44,
Height = 44,
},
Checked = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Highlight",
Width = 44,
Height = 44,
Color = { 1, 246/255, 0, 0.9 },
},
Pushed = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Glow",
Width = 44,
Height = 44,
},
Highlight = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Highlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Border = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\Highlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Icon = {
TexCoords = { 0.05, 0.95, 0.05, 0.95 },
Width = 36,
Height = 36,
},
Cooldown = {
Width = 34,
Height = 35,
OffsetX = 1,
OffsetY = 0,
},
Count = { -- anchor BOTTOMRIGHT
-- Width = 36,
JustifyV = "BOTTOM",
},
Name = { -- anchor BOTTOM
Width = 51,
JustifyV = "BOTTOM",
},
HotKey = { -- anchor TOPLEFT
Width = 34,
OffsetX = 1,
OffsetY = -3,
JustifyH = "RIGHT",
JustifyV = "TOP",
},
Gloss = {
Hide = true,
},
})

Masque:AddSkin("SimpleSquare Thin", {
Masque_Version = 50400,
Shape = "Square",
Template = "SimpleSquare",
Normal = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinBorder",
Width = 44,
Height = 44,
},
Checked = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinHighlight",
Width = 44,
Height = 44,
Color = { 1, 246/255, 0, 0.9 },
},
Pushed = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinGlow",
Width = 44,
Height = 44,
},
Highlight = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinHighlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Border = {
Texture = "Interface\\AddOns\\Masque_SimpleSquare\\Textures\\ThinHighlight",
Width = 44,
Height = 44,
Color = { 0, 144/255, 1, 0.9 },
},
Cooldown = {
Width = 35,
Height = 35,
OffsetX = 0,
OffsetY = 0,
},
})
32 changes: 16 additions & 16 deletions Masque_SimpleSquare.toc
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
## Interface: 60100
## Version: @project-version@

## Title: Masque: SimpleSquare
## Notes: Simple square skin for Masque.
## Notes-deDE: Einfacher quadratischer Skin für Masque.
## Notes-esES: Diseño cuadrada simple para Masque.
## Notes-esMX: Diseño cuadrada simple para Masque.

## Author: Phanx, MoonWitch
## X-Credits: Original textures by ScythXIII
## X-Website: https://github.com/Phanx/Masque_SimpleSquare

## Dependencies: Masque

Masque_SimpleSquare.lua
## Interface: 70000
## Version: @project-version@

## Title: Masque: SimpleSquare
## Notes: Simple square skin for Masque.
## Notes-deDE: Einfacher quadratischer Skin für Masque.
## Notes-esES: Diseño cuadrada simple para Masque.
## Notes-esMX: Diseño cuadrada simple para Masque.

## Author: Phanx, MoonWitch
## X-Credits: Original textures by ScythXIII
## X-Website: https://github.com/Phanx/Masque_SimpleSquare

## Dependencies: Masque

Masque_SimpleSquare.lua
Binary file added Textures/ModBorder.tga
Binary file not shown.

0 comments on commit 9062526

Please sign in to comment.