diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-08-12 16:01:42 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-08-12 16:01:42 -0400 |
| commit | 0bf50fee4d35467c5335cbaf6c1ca3b7ae2dd1e4 (patch) | |
| tree | f4f897faeb14a56209320135100a6cc085545956 /public/assets/javascripts/rectangles/util/constants.js | |
| parent | 38125881369cb87c35eb6a7b7e24f7c0130a32bb (diff) | |
different ui on map editor
Diffstat (limited to 'public/assets/javascripts/rectangles/util/constants.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/util/constants.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/public/assets/javascripts/rectangles/util/constants.js b/public/assets/javascripts/rectangles/util/constants.js index 58cb1a5..b9485ca 100644 --- a/public/assets/javascripts/rectangles/util/constants.js +++ b/public/assets/javascripts/rectangles/util/constants.js @@ -8,6 +8,12 @@ var TOP = CEILING, BOTTOM = FLOOR, BOTTOM_RIGHT = BOTTOM | RIGHT, TOP_BOTTOM = TOP | BOTTOM +var FRONT_LEFT = FRONT | LEFT, + FRONT_RIGHT = FRONT | RIGHT, + BACK_LEFT = BACK | LEFT, + BACK_RIGHT = BACK | RIGHT + + var height_min = 200, height_max = 2000, side_min = 10, |
