diff options
Diffstat (limited to 'assets/javascripts/rectangles/util/constants.js')
| -rw-r--r-- | assets/javascripts/rectangles/util/constants.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/assets/javascripts/rectangles/util/constants.js b/assets/javascripts/rectangles/util/constants.js index fae4f1b..8ba6208 100644 --- a/assets/javascripts/rectangles/util/constants.js +++ b/assets/javascripts/rectangles/util/constants.js @@ -16,6 +16,8 @@ var height_min = 200, var painting_distance_from_wall = 8 +var dot_hide_delay = 50 // ms + var wall_rotation = {} wall_rotation[FRONT] = PI wall_rotation[BACK] = 0 @@ -24,9 +26,6 @@ wall_rotation[RIGHT] = -HALF_PI - - - function sidesToString(sides){ var s = "" if (sides & FRONT) s += "front " |
