Skip to content

Commit

Permalink
Setup some good buttons!
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamrege committed Mar 3, 2012
1 parent 0fa5617 commit 32467c0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion notify.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** CONFIGURATION **/

HOST = "192.168.1.153",
//HOST = "192.168.1.153",
HOST = "localhost",
PORT = "3000"

/** CONFIGURATION **/
Expand Down
12 changes: 8 additions & 4 deletions views/games/join.jade
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ script

h2 Yo mama! Welcome #{nick}

.action(data-action="left") Left
.action(data-action="right") Right
.action(data-action="up") Up
.action(data-action="hi") Hi
.action(data-action="left")
input(type='button', value="Point Left!")
.action(data-action="right")
input(type='button', value="Point Right!")
.action(data-action="up")
input(type='button', value="Jump Up!")
.action(data-action="hi")
input(type='button', value="Say Hi!")

0 comments on commit 32467c0

Please sign in to comment.