- really fix the FangRune preset

This commit is contained in:
Parnic
2009-05-03 17:38:02 +00:00
parent cecc73e74e
commit 790785ef39

View File

@ -674,5 +674,15 @@ function IceCore.prototype:LoadPresets()
barBlendMode = "BLEND", barBlendMode = "BLEND",
barBgBlendMode = "BLEND", barBgBlendMode = "BLEND",
} }
self.presets["FangRune"] = {
barTexture = "FangRune",
barWidth = 155,
barHeight = 220,
barProportion = 0.14,
barSpace = 1,
barBlendMode = "BLEND",
barBgBlendMode = "BLEND",
}
end end