Browse Source

Streetlight layering

pull/2/head
Robert Chen 11 years ago
parent
commit
49ad605a46
  1. 2
      js/ui.js

2
js/ui.js

@ -696,9 +696,9 @@ function WindowUI( stage, gameState ){ @@ -696,9 +696,9 @@ function WindowUI( stage, gameState ){
stage.addChild( dayNight );
stage.addChild( ground );
stage.addChild( houses );
stage.addChild( streetLight );
stage.addChild( animation );
stage.addChild( mood );
stage.addChild( streetLight );
return {
tick: function(){

Loading…
Cancel
Save