Skip to content

Commit

Permalink
make windows more dense
Browse files Browse the repository at this point in the history
  • Loading branch information
despo committed Apr 6, 2012
1 parent 24db3a1 commit 0a07aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/gorillas.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class Building
@create_window window[0], window[1], window[2]
return

rows = Math.round (@height)/31
rows = Math.round (@height)/26
windows_per_floor = Math.floor(@width/15)
current_distance = 30
current_distance = 25
total_height = 30
for row in [0...rows]
for position in [1...windows_per_floor]
Expand Down

0 comments on commit 0a07aa2

Please sign in to comment.