Display the head if it is on the same tile with a fruit
This commit is contained in:
parent
fc87372af8
commit
4abc5fc9af
@ -27,13 +27,13 @@
|
|||||||
background-color: green;
|
background-color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tile.head {
|
|
||||||
background-color: red;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tile.fruit {
|
.tile.fruit {
|
||||||
background-color: gold;
|
background-color: gold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tile.head {
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
Reference in New Issue
Block a user