Skip to content

Commit

Permalink
v0.3 changes window text update, README new screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 6, 2022
1 parent 56ef2c7 commit 58f26f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Currently v0.3 randomizes:

<img src="https://i.imgur.com/7dU88V9.png" alt="v0.3 Settings Menu" width="500"/>

<img src="https://i.imgur.com/BbANmZC.png" alt="v0.3 Changes List" width="600"/>
<img src="https://i.imgur.com/a2Qd9ET.png" alt="v0.3 Changes List" width="600"/>

Join the [Discord discussion here](https://discord.gg/jjfKT9nYDR) or follow me on [Twitter @Die4EverDM](https://twitter.com/Die4EverDM)
2 changes: 1 addition & 1 deletion src/gui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function getChangesList(widget) {
rides.sort();
ret.unshift('Seed: '+globalseed);
if(rides.length > 0) {
ret.push('Rides: (only 1 listed per type)');
ret.push('Ride Types:');
ret = ret.concat(rides);
}

Expand Down

0 comments on commit 58f26f6

Please sign in to comment.