Skip to content

Commit

Permalink
Missing token in Coffe example
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Dec 20, 2023
1 parent 05ec54f commit 19a1e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/examples/Coffee.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"places": [
{ "id": 0, "caption": "Cold", "tokens": 1, "x": 239, "y": 104 },
{ "id": 1, "caption": "Hot", "tokens": 0, "x": 245, "y": 251 },
{ "id": 2, "caption": "Ready", "tokens": 0, "x": 392, "y": 90 },
{ "id": 2, "caption": "Ready", "tokens": 1, "x": 392, "y": 90 },
{ "id": 3, "caption": "Coin Inserted", "tokens": 0, "x": 598, "y": 172 },
{ "id": 4, "caption": "Accepted", "tokens": 0, "x": 387, "y": 250 }
],
Expand Down

0 comments on commit 19a1e71

Please sign in to comment.