Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Feb 13, 2013
1 parent eb12861 commit 61f5a04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/javascripts/game/viewport.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ define 'game.viewport', ->

attach: ->
@_super()
@getParentElement().append('<p>Controls: arrow keys (WASD also works too)</p>')
@getParentElement().append('<p>You can use the arrow keys to move around (WASD also works too).</p>')
@getParentElement().append("<p>Walk around the map! Explore! (Yeah, there isn't much to see, I guess.)</p>")
@getParentElement().append("<p>Also try the <a href=\"/editor\">cool map editor</a> (in progress, of course).</p>")

setMap: (map) ->
@currentMap = map
Expand Down
4 changes: 3 additions & 1 deletion public/javascripts/app/game/viewport.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61f5a04

Please sign in to comment.