Update the comment for the ships data

This commit is contained in:
Oliver Akins 2022-07-20 21:24:09 -06:00
parent b883c00247
commit 5f0f101361
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99

View file

@ -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[] = [
{ {