You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1004 B
34 lines
1004 B
collections { |
|
group { name: "e/modules/desksanity/moveresize"; |
|
parts { |
|
part { name: "outline"; type: TEXT; mouse_events: 0; |
|
effect: OUTLINE; |
|
scale: 1; |
|
description { state: "default" 0.0; |
|
rel1.to: "e.text"; |
|
rel1.offset: -1 -1; |
|
rel2.to: "e.text"; |
|
color: 0 0 0 255; |
|
color2: 0 0 0 255; |
|
color3: 0 0 0 255; |
|
text { font: "Sans"; size: 16; |
|
text_source: "e.text"; |
|
min: 1 1; |
|
} |
|
} |
|
} |
|
part { name: "e.text"; type: TEXT; mouse_events: 0; |
|
effect: GLOW; |
|
scale: 1; |
|
description { state: "default" 0.0; |
|
color: 51 153 255 255; |
|
color2: 51 153 255 24; |
|
color3: 51 153 255 18; |
|
text { font: "Sans"; size: 16; |
|
min: 1 1; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|