✨ Framework for Hangman
This commit is contained in:
BIN
resources/comic-sans.ttf
Normal file
BIN
resources/comic-sans.ttf
Normal file
Binary file not shown.
@ -125,3 +125,10 @@
|
||||
1640 - Unspecified monopolyDraw error
|
||||
1641 - Error in getPosition()
|
||||
1650 - Error in monopolyRoll()
|
||||
|
||||
17 - Hangman
|
||||
1700 - Unspecified error
|
||||
1701 - Error parsing command
|
||||
1710 - Error in drawImage()
|
||||
1711 - Error in drawGallows()
|
||||
1712 - Error in drawMan()
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 23 KiB |
@ -3,6 +3,7 @@
|
||||
"resources/starWars/swcharacters.json" : {},
|
||||
"resources/games/hexGames.json": {},
|
||||
"resources/games/monopolyGames.json": {},
|
||||
"resources/games/hangmanGames.json": {},
|
||||
"resources/users.json" : {},
|
||||
"resources/games/investments.json" : {},
|
||||
"resources/games/games.json" : {
|
||||
@ -78,6 +79,7 @@
|
||||
"resources/games/oldImages",
|
||||
"resources/games/blackjackCards",
|
||||
"resources/games/hilo",
|
||||
"resources/games/monopolyBoards"
|
||||
"resources/games/monopolyBoards",
|
||||
"resources/games/hangmanBoards"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user