diff --git a/code/.idea/.gitignore b/code/.idea/.gitignore new file mode 100644 index 0000000..73f69e0 --- /dev/null +++ b/code/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/code/out/production/code/css/anchor.css b/code/out/production/code/css/anchor.css new file mode 100644 index 0000000..f8e560d --- /dev/null +++ b/code/out/production/code/css/anchor.css @@ -0,0 +1,4 @@ + +#player{ + -fx-text-fill: #ffffff; +} \ No newline at end of file diff --git a/code/out/production/code/css/sample.css b/code/out/production/code/css/sample.css new file mode 100644 index 0000000..1234ada --- /dev/null +++ b/code/out/production/code/css/sample.css @@ -0,0 +1,10 @@ +.round-red { + -fx-background-color: linear-gradient(#ff5400, #EB9C0A); + -fx-background-radius: 30; + -fx-background-insets: 0; + -fx-text-fill: white; +} + +.root{ + -fx-background-color: #3A3A41; +} \ No newline at end of file diff --git a/code/out/production/code/fxml/ConfigurationMenu.fxml b/code/out/production/code/fxml/ConfigurationMenu.fxml new file mode 100644 index 0000000..c1f5b6f --- /dev/null +++ b/code/out/production/code/fxml/ConfigurationMenu.fxml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + diff --git a/code/out/production/code/fxml/MainPage.fxml b/code/out/production/code/fxml/MainPage.fxml new file mode 100644 index 0000000..a336485 --- /dev/null +++ b/code/out/production/code/fxml/MainPage.fxml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/out/production/code/fxml/TopPlayers.fxml b/code/out/production/code/fxml/TopPlayers.fxml new file mode 100644 index 0000000..cadb8fa --- /dev/null +++ b/code/out/production/code/fxml/TopPlayers.fxml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/code/out/production/code/image/PageGame.fxml b/code/out/production/code/image/PageGame.fxml new file mode 100644 index 0000000..d20e96a --- /dev/null +++ b/code/out/production/code/image/PageGame.fxml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +