Files
TicTacToe-Multiplayer/Client/src/games/TicTacToe/TicTacToe_Client.css
Simon 8ed0e5196b Begin the client side of TicTacToe
Implemented a way of drawing a gamestate the server sent with the use of javaFx
2021-02-17 03:42:50 +01:00

3 lines
62 B
CSS

.root {
-fx-background-image: url("TicTacToe_Grid.png");
}