diff options
Diffstat (limited to 'js/panels/Timeline/Layer.reel/Layer.html')
-rw-r--r-- | js/panels/Timeline/Layer.reel/Layer.html | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/js/panels/Timeline/Layer.reel/Layer.html b/js/panels/Timeline/Layer.reel/Layer.html index c7e7b575..c4aa6e29 100644 --- a/js/panels/Timeline/Layer.reel/Layer.html +++ b/js/panels/Timeline/Layer.reel/Layer.html | |||
@@ -21,7 +21,12 @@ | |||
21 | "positionCollapser" : {"@" : "positionCollapser"}, | 21 | "positionCollapser" : {"@" : "positionCollapser"}, |
22 | "styleCollapser" : {"@" : "styleCollapser"}, | 22 | "styleCollapser" : {"@" : "styleCollapser"}, |
23 | "clickerMain" : {"#" : "clicker-main"}, | 23 | "clickerMain" : {"#" : "clicker-main"}, |
24 | "myLabel" : {"#" : "myLabel"} | 24 | "myLabel" : {"#" : "myLabel"}, |
25 | "leftControl": {"@" : "dtext_position_x"}, | ||
26 | "topControl": {"@" : "dtext_position_y"}, | ||
27 | "widthControl": {"@" : "dtext_scale_x"}, | ||
28 | "heightControl": {"@" : "dtext_scale_y"}, | ||
29 | "styleType":{"@" : "style"} | ||
25 | } | 30 | } |
26 | }, | 31 | }, |
27 | "dtext1" : { | 32 | "dtext1" : { |
@@ -147,10 +152,10 @@ | |||
147 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", | 152 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
148 | "properties": { | 153 | "properties": { |
149 | "element": {"#": "scale-x"}, | 154 | "element": {"#": "scale-x"}, |
150 | "maxValue" : 100, | 155 | "maxValue" : 100000, |
151 | "minValue" : 0, | 156 | "minValue" : -100000, |
152 | "acceptableUnits" : "%", | 157 | "acceptableUnits" : "px", |
153 | "units" : "%", | 158 | "units" : "px", |
154 | "value" : 0 | 159 | "value" : 0 |
155 | }, | 160 | }, |
156 | "bindings": { | 161 | "bindings": { |
@@ -165,10 +170,10 @@ | |||
165 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", | 170 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
166 | "properties": { | 171 | "properties": { |
167 | "element": {"#": "scale-y"}, | 172 | "element": {"#": "scale-y"}, |
168 | "maxValue" : 100, | 173 | "maxValue" : 100000, |
169 | "minValue" : 0, | 174 | "minValue" : -100000, |
170 | "acceptableUnits" : "%", | 175 | "acceptableUnits" : "px", |
171 | "units" : "%", | 176 | "units" : "px", |
172 | "value" : 0 | 177 | "value" : 0 |
173 | }, | 178 | }, |
174 | "bindings": { | 179 | "bindings": { |