working on train movements

This commit is contained in:
Stephan Richter
2020-09-20 14:43:33 +02:00
parent a6090b4cf9
commit 9e36d5c0c8
16 changed files with 228 additions and 22 deletions

View File

@@ -44,6 +44,11 @@ svg.locked rect:not(.sig_a):not(.sig_b){
fill:lime;
}
svg.occupied polygon,
svg.occupied rect:not(.sig_a):not(.sig_b){
fill:yellow;
}
svg text{
font-size: 50px;
}