Skip to content

Commit

Permalink
render instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
deificx committed Jan 3, 2016
1 parent 9a9655b commit 7e9680b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ var render = () => {
}
};

animationFrame.request(render);

import controls from './controls';

controls.on('move', (dir) => { s.setDir(dir); });
Expand Down

0 comments on commit 7e9680b

Please sign in to comment.