diff --git a/web-svelte/src/components/ShipsMoving.svelte b/web-svelte/src/components/ShipsMoving.svelte new file mode 100644 index 0000000..4ff66ee --- /dev/null +++ b/web-svelte/src/components/ShipsMoving.svelte @@ -0,0 +1,172 @@ + + + +
+
+
+ {#each sortedPlayers as player (player.id)} +
+
+ +
+
+
+ +
+
+ {player.name} +
+
+
+ {/each} +
+
+
+
+

Emergency Stop!

+

+ Pressing this will stop you from moving +

+
+ +
+
+
+
+ + + \ No newline at end of file