Skip to content

Commit

Permalink
More ships
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Szymanski committed Jun 20, 2011
1 parent f201b9f commit 7012e33
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 2 deletions.
Binary file added game/public/images/spaceship10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/public/images/spaceship5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/public/images/spaceship6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/public/images/spaceship7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/public/images/spaceship8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added game/public/images/spaceship9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion game/public/scripts/game.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var minimap;
var chat;

var ship_images = {};
var SHIP_TYPES = 4; // Number of ship types
var SHIP_TYPES = 10; // Number of ship types

var players = {}; // Global array to keep all the players. Indexed via username;

Expand Down
2 changes: 1 addition & 1 deletion game/public/scripts/game_ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $(function(){
modal: true,
autoOpen: false,
width: 400,
height: 400,
height: 600,
buttons : {
"Close" : function(){
$(this).dialog("close");
Expand Down

0 comments on commit 7012e33

Please sign in to comment.