Skip to content

Instantly share code, notes, and snippets.

@Otlowski
Otlowski / parts
Last active May 18, 2018 05:27
Parts
parts {
part { name: "elm.border";
type: IMAGE;
description { state: "default" 0.0;
min: WIDTH HEIGHT;  
max: WIDTH HEIGHT;  
        align: 0.5 0.5;
        color_class: border_color;
        image { normal: "circle_stroke.png"; }
     }
<?php
echo 'test'
?>