Added Borders to Row's Area and Window Area, renamed the old border to Skin Border
This commit is contained in:
parent
08f78be505
commit
08a077b596
4 changed files with 192 additions and 34 deletions
|
|
@ -192,6 +192,21 @@ _detalhes.instance_defaults = {
|
|||
fontstrings_text3_anchor = 38,
|
||||
fontstrings_text2_anchor = 73,
|
||||
|
||||
--title bar
|
||||
titlebar_height = 16,
|
||||
titlebar_texture = "",
|
||||
titlebar_color = {0, 0, 0, 0},
|
||||
|
||||
--full border
|
||||
fullborder_shown = false,
|
||||
fullborder_color = {0, 0, 0, 1},
|
||||
fullborder_size = 0.5,
|
||||
|
||||
--row area border
|
||||
rowareaborder_shown = false,
|
||||
rowareaborder_color = {0, 0, 0, 1},
|
||||
rowareaborder_size = 0.5,
|
||||
|
||||
--row info
|
||||
row_info = {
|
||||
--if true the texture of the bars will have the color of his actor class
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue