Skip to content

Commit

Permalink
Update wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Nov 11, 2023
1 parent 895ebab commit 2bfe0ec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static void basicUsage(SceneBuilder scene, SceneBuildingUtil util) {
scene.overlay.showText(50)
.colored(PonderPalette.RED)
.placeNearTarget()
.text("It will not work when the rotation speed is too slow.")
.text("It does not work when the rotation speed is too slow.")
.attachKeyFrame()
.pointAt(util.vector.topOf(loaderPos));
scene.idle(60);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static void basicUsage(SceneBuilder scene, SceneBuildingUtil util) {
scene.effects.indicateSuccess(loaderPos);
scene.idle(10);
scene.overlay.showText(80)
.text("The chunk loader keeps the current chunk loaded when given rotational force")
.text("The chunk loader keeps the current chunk loaded when given rotational power")
.placeNearTarget()
.attachKeyFrame()
.pointAt(util.vector.topOf(loaderPos));
Expand All @@ -40,7 +40,7 @@ public static void basicUsage(SceneBuilder scene, SceneBuildingUtil util) {
scene.overlay.showText(60)
.colored(PonderPalette.RED)
.placeNearTarget()
.text("It will not work when the rotation speed is too slow")
.text("It does not work when the rotation speed is too slow")
.attachKeyFrame()
.pointAt(util.vector.topOf(loaderPos));
scene.idle(80);
Expand Down Expand Up @@ -126,7 +126,7 @@ public static void loadingContraptions(SceneBuilder scene, SceneBuildingUtil uti
scene.idle(20);

scene.overlay.showSelectionWithText(cartLoader, 80)
.text("When assembled, they do not require rotational power to work")
.text("When assembled, they do not require rotational power to function")
.attachKeyFrame()
.pointAt(cartLoaderSurface)
.placeNearTarget();
Expand Down

0 comments on commit 2bfe0ec

Please sign in to comment.