summaryrefslogtreecommitdiff
path: root/assets/javascripts/rectangles/room.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/javascripts/rectangles/room.js')
-rw-r--r--assets/javascripts/rectangles/room.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/javascripts/rectangles/room.js b/assets/javascripts/rectangles/room.js
new file mode 100644
index 0000000..cc7af8f
--- /dev/null
+++ b/assets/javascripts/rectangles/room.js
@@ -0,0 +1,9 @@
+window.room = (function(){
+
+ var room = function (x0,y0,x1,y1){
+ }
+
+
+
+
+})()