Display the head if it is on the same tile with a fruit

This commit is contained in:
Vojtěch Káně 2020-12-18 19:39:11 +01:00
parent fc87372af8
commit 4abc5fc9af

View File

@ -27,13 +27,13 @@
background-color: green;
}
.tile.head {
background-color: red;
}
.tile.fruit {
background-color: gold;
}
.tile.head {
background-color: red;
}
</style>
<script>