Update the comment for the ships data
This commit is contained in:
parent
b883c00247
commit
5f0f101361
1 changed files with 2 additions and 3 deletions
|
|
@ -2,9 +2,8 @@ import { ISpaceship } from "../types/Spaceship";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The spaceships that are supported in the system, the "id" property **must**
|
* The spaceships that are supported in the system, the "id" property **must**
|
||||||
* exist in the spaceship.svelte file as an icon, otherwise the "space-shuttle"
|
* exist in the spaceship.svelte file as an icon. The first icon in this list
|
||||||
* icon will be used. The first icon in this list will be used by the server to
|
* will be used by the server to assign new players' ship icon.
|
||||||
* assign new players' ship icon.
|
|
||||||
*/
|
*/
|
||||||
export const spaceships: ISpaceship[] = [
|
export const spaceships: ISpaceship[] = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue