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 44022211..717306a0 100644 --- a/js/panels/Timeline/Layer.reel/Layer.html +++ b/js/panels/Timeline/Layer.reel/Layer.html | |||
@@ -22,7 +22,12 @@ | |||
22 | "positionCollapser" : {"@" : "positionCollapser"}, | 22 | "positionCollapser" : {"@" : "positionCollapser"}, |
23 | "styleCollapser" : {"@" : "styleCollapser"}, | 23 | "styleCollapser" : {"@" : "styleCollapser"}, |
24 | "clickerMain" : {"#" : "clicker-main"}, | 24 | "clickerMain" : {"#" : "clicker-main"}, |
25 | "myLabel" : {"#" : "myLabel"} | 25 | "myLabel" : {"#" : "myLabel"}, |
26 | "leftControl": {"@" : "dtext_position_x"}, | ||
27 | "topControl": {"@" : "dtext_position_y"}, | ||
28 | "widthControl": {"@" : "dtext_scale_x"}, | ||
29 | "heightControl": {"@" : "dtext_scale_y"}, | ||
30 | "styleType":{"@" : "style"} | ||
26 | } | 31 | } |
27 | }, | 32 | }, |
28 | "dtext1" : { | 33 | "dtext1" : { |
@@ -148,10 +153,10 @@ | |||
148 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", | 153 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
149 | "properties": { | 154 | "properties": { |
150 | "element": {"#": "scale-x"}, | 155 | "element": {"#": "scale-x"}, |
151 | "maxValue" : 100, | 156 | "maxValue" : 100000, |
152 | "minValue" : 0, | 157 | "minValue" : -100000, |
153 | "acceptableUnits" : "%", | 158 | "acceptableUnits" : "px", |
154 | "units" : "%", | 159 | "units" : "px", |
155 | "value" : 0 | 160 | "value" : 0 |
156 | }, | 161 | }, |
157 | "bindings": { | 162 | "bindings": { |
@@ -166,10 +171,10 @@ | |||
166 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", | 171 | "prototype": "js/components/hottextunit.reel[HotTextUnit]", |
167 | "properties": { | 172 | "properties": { |
168 | "element": {"#": "scale-y"}, | 173 | "element": {"#": "scale-y"}, |
169 | "maxValue" : 100, | 174 | "maxValue" : 100000, |
170 | "minValue" : 0, | 175 | "minValue" : -100000, |
171 | "acceptableUnits" : "%", | 176 | "acceptableUnits" : "px", |
172 | "units" : "%", | 177 | "units" : "px", |
173 | "value" : 0 | 178 | "value" : 0 |
174 | }, | 179 | }, |
175 | "bindings": { | 180 | "bindings": { |