From a1c967c2f9c6d4619e2bb9df00ab8f81d1c29f64 Mon Sep 17 00:00:00 2001 From: Noah Moroze Date: Sat, 17 May 2014 10:24:39 -0400 Subject: [PATCH] Basic entities --- entities.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/entities.js b/entities.js index a692dc0..55f5091 100644 --- a/entities.js +++ b/entities.js @@ -1 +1,11 @@ -// cool objects here \ No newline at end of file +var Clock = function(sides) { + this.sides = sides; + this.blocks = []; + for(var i=0; i