diff options
author | bob <bcz@cs.brown.edu> | 2019-01-17 16:56:03 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-01-17 16:56:03 -0500 |
commit | bec89018d0ee73a8abaa5e01f2262bd95bc687f7 (patch) | |
tree | 6e7842ad46a50b40bc07f190e337adb73bf3ce01 /src/fields/Key.ts | |
parent | 7943126ce9694af8e53d2997481c18ca0c17754c (diff) |
added collectionfreeformview
Diffstat (limited to 'src/fields/Key.ts')
-rw-r--r-- | src/fields/Key.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts index cd67e0a00..db30f545d 100644 --- a/src/fields/Key.ts +++ b/src/fields/Key.ts @@ -34,6 +34,8 @@ export namespace KeyStore { export let Prototype = new Key("Prototype"); export let X = new Key("X"); export let Y = new Key("Y"); + export let PanX = new Key("PanX"); + export let PanY = new Key("PanY"); export let Width = new Key("Width"); export let Height = new Key("Height"); export let Data = new Key("Data"); |