diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-20 15:45:55 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-20 15:45:55 -0400 |
| commit | 06fc629e2be66d79e94a02b169e12bc0918d0881 (patch) | |
| tree | a2b82e720ecaabde1b2a89cd7f223acb507a7c52 /public/assets/javascripts/rectangles/util/constants.js | |
| parent | 226e90a540e185c8ae2f861eac5e2b1747f5d729 (diff) | |
shift-drag scupltures up and down; dont drag through floor
Diffstat (limited to 'public/assets/javascripts/rectangles/util/constants.js')
| -rw-r--r-- | public/assets/javascripts/rectangles/util/constants.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/util/constants.js b/public/assets/javascripts/rectangles/util/constants.js index 3bc314c..a70cacd 100644 --- a/public/assets/javascripts/rectangles/util/constants.js +++ b/public/assets/javascripts/rectangles/util/constants.js @@ -25,7 +25,8 @@ var height_min = 200, MAP_GRID_SIZE = 360 // 10 feet var painting_distance_from_wall = 10, - dot_distance_from_picture = 3 + dot_distance_from_picture = 3, + sculpture_distance_from_floor = 3 var dot_hide_delay = 50, // ms dot_side = 20 |
