Skip to content

Commit

Permalink
eros instead of torpedo
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed May 22, 2016
1 parent 0e6ccbb commit 79ccf50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@

var server = new StarsAndCrafts.Server();

SC.Scenarios['asteroids'](server);

torpedo = new SC.Torpedo(server);

//SC.Scenarios['eros'](server);
SC.Scenarios['asteroids'](server);

SC.Scenarios['eros'](server);

</script>

Expand Down

0 comments on commit 79ccf50

Please sign in to comment.