Fix (a lot but maybe not all of) Chakart
[xogo.git] / variants / Chakart / style.css
index 6cfd883..65a44fb 100644 (file)
@@ -1,4 +1,33 @@
 @import url("/base_pieces.css");
 
-/* TODO: images des bananes/bombes/oeufs/champis + Chomp etc pour animations
- * Toadette/Waluigi/Luigi/King boo/Koopa/Daisy/Bowser avec petit texte */
+piece.egg {
+  background-image: url('/pieces/chakart_egg.svg');
+}
+
+piece.mushroom {
+  background-image: url('/pieces/chakart_mushroom.svg');
+}
+
+piece.banana {
+  background-image: url('/pieces/chakart_banana.svg');
+}
+
+piece.bomb {
+  background-image: url('/pieces/chakart_bomb.svg');
+}
+
+piece.white.invisible {
+  background-image: url('/pieces/empty.svg');
+}
+piece.black.invisible {
+  background-image: url('/pieces/empty.svg');
+}
+
+piece.immobilized {
+  background-color: lightgreen;
+  opacity: 0.6;
+}
+
+piece.remote-capture {
+  background-image: url('/pieces/chakart_shell.svg');
+}