Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
diegojfcampos authored Dec 26, 2022
0 parents commit 213cabd
Show file tree
Hide file tree
Showing 9 changed files with 1,290 additions and 0 deletions.
Binary file added TypingGame/application/TypingGame$1.class
Binary file not shown.
Binary file added TypingGame/application/TypingGame.class
Binary file not shown.
562 changes: 562 additions & 0 deletions TypingGame/application/TypingGame.java

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions TypingGame/application/application.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.root{
-fx-background-image: url("../assets/logo-large.png");
-fx-background-repeat: no-repeat;
-fx-background-size: stretch ;
-fx-background-position: center center;
}

.label{
-fx-font-size: 1.4em;
-fx-font-family: Sans-serif;
-fx-font-weight: bold;
}

.button{
-fx-background-color: orange;
-fx-font-weight: bold;
-fx-font-size: 1.4em;
}

.progress-bar{
-fx-accent: orange;
}

.progress-indicator{
-fx-accent: orange;
}
.header-panel{
-fx-alignment: center;
-fx-background-color: lightgray;
}


#score-table-alert {
-fx-background-image: url("../assets/logo-large.png");
-fx-padding: 20px;
}

#btnMenu{
-fx-background-color: #333;
-fx-font-weight: bold;
-fx-font-size: 1.4em;
-fx-text-fill: orange;

}

Binary file added TypingGame/assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TypingGame/assets/logo-large.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added TypingGame/assets/logo550x400.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 213cabd

Please sign in to comment.