Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kmschr authored Dec 17, 2020
1 parent a214561 commit ce03e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BRS.writeSave("example_saves/OrangeCity.brs", brickadiaCity);
add your own screenshot to a save
```Java
SaveData brickadiaCity = BRS.readSave("example_saves/BrickadiaCityQA.brs");
brickadiaCity.setScreenshot(new File("custom_screenshot.png"));
brickadiaCity.setScreenshot(ImageIO.read(new File("custom_screenshot.png")));
BRS.writeSave("example_saves/CustomScreenshot.brs", brickadiaCity);
```

Expand Down

0 comments on commit ce03e3b

Please sign in to comment.