Skip to content

Commit

Permalink
start pubsub feature branch w/ tanks example
Browse files Browse the repository at this point in the history
  • Loading branch information
jbakse committed Jan 13, 2022
1 parent ae9b8ee commit 3a6787f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/examples/tanks/index.js
Expand Up @@ -116,6 +116,7 @@ function keyPressed() {
dX: sin(me.tank.a) * 6,
dY: -cos(me.tank.a) * 6,
});

partyEmit("createBullet", "hell yeah");
}

Expand Down

0 comments on commit 3a6787f

Please sign in to comment.