Skip to content

Commit

Permalink
Ahhh, add WallEntity
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Applegate committed Dec 1, 2012
1 parent 2228b98 commit 3853821
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions public/coffee/models/WallEntity.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
define ['cs!models/StaticEntity'], (StaticEntity) ->

class WallEntity extends StaticEntity

template:
type: 'static'
width: 2.34
height: 20

return WallEntity

0 comments on commit 3853821

Please sign in to comment.