mirror of
https://github.com/HexCardGames/HexDeck.git
synced 2025-09-05 19:18:39 +02:00
feat(deck-hexv1): implement experimental HexV1 card deck
This commit is contained in:
@ -39,7 +39,7 @@ func CreateRoom() *types.Room {
|
||||
GameState: types.StateLobby,
|
||||
Players: make([]*types.Player, 0),
|
||||
PlayersMutex: &sync.Mutex{},
|
||||
CardDeckId: 0,
|
||||
CardDeckId: 1,
|
||||
}
|
||||
|
||||
db.Conn.InsertRoom(newRoom)
|
||||
|
Reference in New Issue
Block a user