- added 3 new user-submitted bar textures (GlowArc, CleanCurves, and BloodGlaives) and 2 new user-submitted combo/sunder/lacerate count textures (Glow and CleanCurves)

This commit is contained in:
Parnic
2008-10-09 01:40:56 +00:00
parent 8991539309
commit 6a3598e516
15 changed files with 59 additions and 5 deletions

View File

@ -495,5 +495,35 @@ function IceCore.prototype:LoadPresets()
barBlendMode = "BLEND",
barBgBlendMode = "BLEND",
}
self.presets["CleanCurves"] = {
barTexture = "CleanCurves",
barWidth = 155,
barHeight = 220,
barProportion = 0.14,
barSpace = 1,
barBlendMode = "BLEND",
barBgBlendMode = "BLEND",
}
self.presets["GlowArc"] = {
barTexture = "GlowArc",
barWidth = 155,
barHeight = 220,
barProportion = 0.14,
barSpace = 1,
barBlendMode = "ADD",
barBgBlendMode = "BLEND",
}
self.presets["BloodGlaives"] = {
barTexture = "BloodGlaives",
barWidth = 155,
barHeight = 220,
barProportion = 0.14,
barSpace = 1,
barBlendMode = "BLEND",
barBgBlendMode = "BLEND",
}
end