Skip to content
Snippets Groups Projects
Unverified Commit 5076553d authored by Thibault HUTTIN-PASSERON's avatar Thibault HUTTIN-PASSERON Committed by Thibault HUTTIN-PASSERON
Browse files

Fixed material.inc.php type in character array

parent fe99d3d9
No related branches found
No related tags found
No related merge requests found
......@@ -26,5 +26,5 @@ $this->directions_char = ['s'=> [ 0, 1 ],'e'=> [ 1, 0 ],'n'=> [ 0, -1 ],'w'=> [
$this->characters = [
"ff0000" => clienttranslate("Sage"),
"008800" => clienttranslate("Monkey"),
"008000" => clienttranslate("Monkey"),
];
......@@ -68,6 +68,14 @@
background-image: url('img/PlateauB.jpg');
}
#modible_version .board {
transform: scale(0.65);
}
#modible_version .board-inverted {
transform: rotate(180deg) scale(0.65);
}
.grid-container {
display: grid;
grid-template-columns: repeat(7, 89px);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment