hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=a59ebb43aad30c34dba8aa7277b36f4ea44b60c2
commit a59ebb43aad30c34dba8aa7277b36f4ea44b60c2 Author: ChunEon Park <her...@hermet.pe.kr> Date: Sun May 31 01:43:53 2015 +0900 template: update rotation+zoom --- data/templates/rotation+zoom.edc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/data/templates/rotation+zoom.edc b/data/templates/rotation+zoom.edc index 56379ec..1734881 100644 --- a/data/templates/rotation+zoom.edc +++ b/data/templates/rotation+zoom.edc @@ -14,9 +14,11 @@ collections { } description { state: "rotated" 0.0; inherit: "default" 0.0; - map.rotation.z: 360; - map.zoom.x: 0.25; - map.zoom.y: 0.25; + map { + rotation.z: 360; + zoom.x: 0.25; + zoom.y: 0.25; + } } } } --