dummy stancebar module

This commit is contained in:
Hendrik Leppkes
2008-02-16 16:45:35 +00:00
parent e7841ed4d5
commit 1cec9114c9
6 changed files with 42 additions and 15 deletions
+3 -5
View File
@@ -12,11 +12,9 @@ local Bar_MT = {__index = Bar}
===================================================================================]]--
local defaults = {
['**'] = {
scale = 1,
alpha = 1,
show = true,
}
scale = 1,
alpha = 1,
show = true
}
local barregistry = {}