Made strings a bit better.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
const GAME_STRINGS = {
|
||||
'HELLO': 'Hello World!\nHow are you today?\nThank god!',
|
||||
|
||||
'POKER_GAME_START': 'Poker game started!'
|
||||
'POKER_GAME_START': 'Poker game started',
|
||||
'POKER_GAME_TAKING_BLINDS': 'Blinds taken.'
|
||||
};
|
||||
|
||||
module.exports = { GAME_STRINGS };
|
Reference in New Issue
Block a user