chiark / gitweb /
Plumb xdata through to InertPieceTrait svg
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Apr 2022 19:55:17 +0000 (20:55 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 14 Apr 2022 19:57:09 +0000 (20:57 +0100)
commit8b58118f16be3494a2fdf06c943d9e79babc422b
treec6fda9e97e40f35c7449a9d2001b20325b04e983
parent4563553fcfe398f12d1a3bdf67878b5d6f433757
Plumb xdata through to InertPieceTrait svg

Occulted dice will need this to display the cooldown timer.

This makes dice's InertPieceTrait impl not very inert, but it is OK
because nothing can set off an inert die's cooldown timer.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/gamestate.rs
src/pcrender.rs
src/pieces.rs
src/shapelib.rs