Skip to content

Commit

Permalink
Update pxt.json, README.md, worldStage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
eanders-ms committed Jan 24, 2021
1 parent 22a8c30 commit fa97362
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Try it out at [https://eanders-ms.github.io/makekodu/](https://eanders-ms.github
- [ ] Dynamic number of pages. Add/delete pages.
- [ ] Move brain tile left/right.
- [ ] Better brain editor perf on devices. Maybe should be tilemap not sprites?
- [ ] In "play" mode, worldStage cursor should be in HUD layer.
- [ ] In "play" mode, worldStage cursor should be in HUD layer (maybe).

### TODO (Language - not prioritized)

Expand Down
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
"testFiles": [],
"targetVersions": {
"target": "1.2.16",
"target": "1.3.42",
"targetId": "arcade"
},
"supportedTargets": [
Expand Down
1 change: 1 addition & 0 deletions worldStage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ namespace kodu {
}

private handlePlayClicked() {
while (controller.A.isPressed()) { pause(10); }
this.setGameMode(GameMode.Play);
}

Expand Down

0 comments on commit fa97362

Please sign in to comment.