add start of client rendering
This commit is contained in:
parent
9787a9d468
commit
ebcee954bf
13 changed files with 127 additions and 7 deletions
5
public/js/starbugs/world/player.js
Normal file
5
public/js/starbugs/world/player.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
function Player(own, name, ship) {
|
||||
this.name = name;
|
||||
this.ship = ship;
|
||||
this.own = own;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue