From 7f07c94c82ab12d87faf78a081adb95e4a8cc62f Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Sat, 7 Feb 2026 14:38:27 -0800 Subject: [PATCH] Add another ship --- html/images/space.svg | 84 ++++++++++++++++++++++++++----------------- 1 file changed, 51 insertions(+), 33 deletions(-) diff --git a/html/images/space.svg b/html/images/space.svg index 596d86d..1ab182c 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -25,7 +25,7 @@ fill: gray; } - .ship circle#body { + .ship circle.body { fill: white; } @@ -69,7 +69,7 @@ stroke: gold; } - #legs { + .legs { display: none; } @@ -81,7 +81,7 @@ fill: gray; } - line:not(#cannon *) { + line:not(.cannon *) { stroke-width: 0.5px; } @@ -101,11 +101,11 @@ r: 5px; } - #cannon .tip { + .cannon .tip { transform: translate(-2px); } - #cannon .tip.recoil { + .cannon .tip.recoil { transform: translate(0px); transition: transform 0.25s ease-out; } @@ -115,22 +115,32 @@ - - + + - + - + + + + + + + + + + + @@ -232,7 +242,10 @@