Game Logic done

This commit is contained in:
2021-10-19 16:20:26 -03:00
parent 9425e27bd3
commit 9f9cf73bf3
13 changed files with 154 additions and 30 deletions

View File

@@ -18,6 +18,6 @@
}
@import 'hangman';
@import 'puzzleWord';
@import 'word';
@import 'current-score';
@import 'categories';

View File

@@ -1,4 +1,4 @@
.puzzleWord {
.word {
@include bodyFont();
font-size: 50pt;

View File

@@ -23,4 +23,5 @@ html, body {
@import 'header';
@import 'game-container';
@import 'defeat-victory';
@import 'loading';
@import 'loading';
@import 'letters-registered';