2015-10-08 22:30:00 +00:00
|
|
|
{{#sprites}}
|
2014-02-28 18:07:06 +00:00
|
|
|
.{{name}} {
|
2022-01-07 21:12:43 +00:00
|
|
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/{{{name}}}.png');
|
2014-02-28 18:07:06 +00:00
|
|
|
width: {{px.width}};
|
|
|
|
|
height: {{px.height}};
|
|
|
|
|
}
|
2015-10-08 22:30:00 +00:00
|
|
|
{{#if custom}}
|
2014-03-28 06:00:54 +00:00
|
|
|
.customize-option.{{name}} {
|
2022-04-15 19:14:48 +00:00
|
|
|
background-position: {{custom.px.offsetX}} {{custom.px.offsetY}};
|
2022-01-07 21:12:43 +00:00
|
|
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/{{{name}}}.png');
|
2014-03-28 06:00:54 +00:00
|
|
|
width: {{custom.px.width}};
|
|
|
|
|
height: {{custom.px.height}};
|
|
|
|
|
}
|
2015-10-08 22:30:00 +00:00
|
|
|
{{/if}}
|
|
|
|
|
{{/sprites}}
|