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.
56 lines
1.0 KiB
56 lines
1.0 KiB
images |
|
{ |
|
image: "cpu.png" COMP; |
|
} |
|
|
|
styles |
|
{ |
|
style |
|
{ |
|
name: "cpu_style"; |
|
base: "font=Sans:style=Mono font_size=12 text_class=tb_plain align=center color=#fff style=outline_soft_shadow shadow_color=#00000032 wrap=word"; |
|
tag: "br" "\n"; |
|
} |
|
} |
|
|
|
collections |
|
{ |
|
group |
|
{ |
|
name: "modules/cpu/main"; |
|
parts |
|
{ |
|
part |
|
{ |
|
name: "cpu"; |
|
description |
|
{ |
|
state: "default" 0.0; |
|
aspect: 1.0 1.0; |
|
aspect_preference: BOTH; |
|
align: 0.5 0.5; |
|
image.normal: "cpu.png"; |
|
} |
|
} |
|
part |
|
{ |
|
name: "load"; |
|
type: TEXTBLOCK; |
|
effect: OUTLINE_SOFT_SHADOW; |
|
mouse_events: 0; |
|
description |
|
{ |
|
state: "default" 0.0; |
|
align: 0.5 0.5; |
|
rel1.to: "cpu"; |
|
rel2.to: "cpu"; |
|
text |
|
{ |
|
style: "cpu_style"; |
|
min: 0 1; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|