From 4fa246628bd9e5911ae998162f0bdc724cc739d2 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 6 Jan 2016 08:52:06 +0100 Subject: Add entity rendering --- src/model/EntityPosition.coffee | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/model/EntityPosition.coffee (limited to 'src/model/EntityPosition.coffee') diff --git a/src/model/EntityPosition.coffee b/src/model/EntityPosition.coffee new file mode 100644 index 0000000..aaf9531 --- /dev/null +++ b/src/model/EntityPosition.coffee @@ -0,0 +1,8 @@ +'use strict' + + +class EntityPosition + constructor: (@entity, @position, @direction) -> + + +module.exports = EntityPosition -- cgit v1.2.3