Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
camnwalter committed Sep 9, 2023
1 parent 67afd27 commit 20adeb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ screenshot.
![Crop result](assets/crop_result.png)
</details>

### Pause Game While Cropping
This setting allows for the game to appear to be paused while the cropping HUD is rendered.

### Save Screenshot File
By default, screenshots will save to a file, like normal Minecraft. However, with this setting
disabled, that will not be the case.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/screenshots/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"screenshots.setting.crop.title": "Crop Screenshots",
"screenshots.setting.crop.description": "When enabled, whenever the screenshot keybind is pressed, a snipping-tool like window will appear. Drag the selected area you want to screenshot and only that part will be captured.",
"screenshots.setting.pause_crop.title": "Pause Game While Cropping",
"screenshots.setting.pause_crop.description": "When enabled, whenever the cropping HUD is displayed, the game will \"pause\", by capturing the screen and rendering on top.",
"screenshots.setting.pause_crop.description": "When enabled, whenever the cropping HUD is displayed, the game will appear paused.",
"screenshots.setting.save_file.title": "Save Screenshot File",
"screenshots.setting.save_file.description": "When enabled, the screenshot file will be created like normal.",
"screenshots.setting.copy.title": "Copy Screenshot to Clipboard",
Expand Down

0 comments on commit 20adeb5

Please sign in to comment.