Skip to content

Commit

Permalink
feat(standalone): new default deck
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Jan 19, 2025
1 parent 6ce3b19 commit 391b2d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/standalone/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,12 @@ import { Deck, decode, encode } from "@gi-tcg/utils";
enum GameMode {
NotStarted = 0,
Standalone = 1,
MultiplayerHost = 2,
MultiplayerGuest = 3,
}

const INIT_DECK0 =
"FVDBw5gMFKARymoYFoCh8psPCSAQ9JcPCUBx9VcPFVBx9pMPGWEwArQTC7HRDDUQE8AA";
"FZDByRUNGRCB0WoNFlGgWpEPE0AB9TAPFGCB9kgWGIERCoEQDLFADcQQDPFgacYWDJAA";
const INIT_DECK1 =
"GpBB2V4NGODB6acOGpBx8mEPCTBw85cPE0Ax9DMPFVBx9VcPC2FAO7QTC7HRC2cQDbAA";
"FdHxNj8TAWDQxFkMFkAhyWIYCYDA45wOCUDQ5J0PGEAh9IIPGWDh9p4YC6FgirYRCxAA";

if (import.meta.env.DEV) {
// Debug here!
Expand Down

0 comments on commit 391b2d5

Please sign in to comment.