diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-04-29 16:42:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-04-29 16:42:13 -0400 |
| commit | 277afee0a66822113de9db44c8a60256b5c8491a (patch) | |
| tree | f5d85c8ce895343b63a0560ac76ce1c200153751 /rectangles.html | |
| parent | c89f1107041a4ac8a513e4e2e7c1c3da984b1c59 (diff) | |
need to rethink this gravity stuff later
Diffstat (limited to 'rectangles.html')
| -rw-r--r-- | rectangles.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rectangles.html b/rectangles.html index 335613c..1a4901e 100644 --- a/rectangles.html +++ b/rectangles.html @@ -29,6 +29,10 @@ body > div { .active.floor { background-color: #ffe; } .active.ceiling { background-color: rgba(230,230,255,0.3); } +.dragging .mx-object3d.image { + pointer-events: none; +} + /* .face { background-image: url(http://i.asdf.us/im/6f/bgdither_1398274442_jules.gif); |
