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.
32 lines
465 B
32 lines
465 B
images { |
|
image: "module_icon.png" COMP; |
|
} |
|
collections { |
|
group { |
|
name: "icon"; |
|
max: 48 48; |
|
parts { |
|
part { |
|
name: "image"; |
|
type: IMAGE; |
|
mouse_events: 0; |
|
description { |
|
state: "default" 0.00; |
|
visible: 1; |
|
aspect: 1.00 1.00; |
|
rel1 { |
|
relative: 0.00 0.00; |
|
offset: 0 0; |
|
} |
|
rel2 { |
|
relative: 1.00 1.00; |
|
offset: -1 -1; |
|
} |
|
image { |
|
normal: "module_icon.png"; |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}
|
|
|