Begin the client side of TicTacToe
Implemented a way of drawing a gamestate the server sent with the use of javaFx
This commit is contained in:
3
Client/src/games/TicTacToe/TicTacToe_Client.css
Normal file
3
Client/src/games/TicTacToe/TicTacToe_Client.css
Normal file
@@ -0,0 +1,3 @@
|
||||
.root {
|
||||
-fx-background-image: url("TicTacToe_Grid.png");
|
||||
}
|
||||
Reference in New Issue
Block a user