Skip to content

Commit

Permalink
add play button for Minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
kimprice committed Nov 2, 2023
1 parent 3cac786 commit 32c2224
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webapp/src/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ function getTargetMap(target: string): querySelector {
"download": {
targetQuery: "#downloadArea",
},
"play button" : {
targetQuery: ".big-play-button",
},
"everything" : {
targetQuery: "#root",
},
Expand Down

0 comments on commit 32c2224

Please sign in to comment.