Skip to content

Commit

Permalink
Improve instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreedcmu committed Nov 12, 2023
1 parent 7698ce5 commit 5ba2fb7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/instructions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ function render(ci: CanvasInfo, props: CanvasProps) {
drawBubble(ci, `Click in this space (or hit [spacebar])\n to get more tiles.`,
{ x: 670, y: 347 }, { x: 732, y: 290 });

drawBubble(ci, `This is the panic bar. If it\nfills up all the way to\nthe right, you lose!`,
{ x: 133, y: 513 }, { x: 221, y: 593 });
drawBubble(ci, `This is the panic bar. If it\nfills up all the way to\nthe right, you lose!\nYou\x27re safe when your hand is\nempty, and all tiles form words.`,
{ x: 133, y: 453 }, { x: 221, y: 593 });
d.restore();
}

Expand Down Expand Up @@ -130,6 +130,9 @@ function exampleState(): GameState {
bonusLayer: mkLayer(bonusGenerator),
bonusOverlay: {
cells: {
"12,0": "empty",
"11,-4": "empty",
"8,3": "empty",
"5,6": "empty",
"7,1": "empty",
"5,1": "empty",
Expand Down

0 comments on commit 5ba2fb7

Please sign in to comment.