Skip to content

Commit

Permalink
Update pxt.json, scene3.md, scene4.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neonerz committed Nov 6, 2023
1 parent e5a3d04 commit 0c87819
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 18 deletions.
2 changes: 1 addition & 1 deletion pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"testFiles": [],
"targetVersions": {
"target": "1.7.19",
"target": "1.7.21",
"targetId": "minecraft"
},
"supportedTargets": [
Expand Down
9 changes: 0 additions & 9 deletions scene3.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,6 @@ while (hoc2023.scene3_SearchForGarbage()) {
hoc2023.scene3_PickupGarbage()
hoc2023Objectives.scene3_MoveGarbage()
}
if (hoc2023.scene3_Battery() < 20) {
hoc2023.scene3_FindUtilityBox()
hoc2023.scene3_StartCharging()
while (hoc2023.scene3_Charging()) {
if (hoc2023.scene3_Battery() > 80) {
hoc2023.scene3_StopCharging()
}
}
}
hoc2023.scene3_ContinueFlightLoop()
}
Expand Down
8 changes: 0 additions & 8 deletions scene4.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ hoc2023.scene4_WaitMinutes(5)
} else {
hoc2023.scene4_DisableLogViewing()
}
hoc2023.scene4_UnlockDoor()
hoc2023.scene4_LogAuthorizedEvent()
} else {
hoc2023.scene4_LogUnauthorizedEvent()
}
if (hoc2023.scene4_DoorClosed()) {
hoc2023.scene4_WaitMinutes(5)
hoc2023.scene4_LockDoor()
}
}
Expand Down

0 comments on commit 0c87819

Please sign in to comment.