Skip to content

Commit

Permalink
0.10.0: Added map preview system
Browse files Browse the repository at this point in the history
- Map rerolls are no longer random- the map can be picked from a selection of previews
- Map reroll cost is now per preview page, rather than per map
- Removed the monument
- Added Map Reroll main window button and tab
- Added map generator accuracy setting
- All rerolling can now be done while the game is paused
- Game will auto-pause if it was paused before a map reroll
  • Loading branch information
UnlimitedHugs committed Jul 17, 2017
1 parent c1cbf5d commit 95f85ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Mods/Reroll2/About/About.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<author>UnlimitedHugs</author>
<targetVersion>0.17.0</targetVersion>
<url>https://ludeon.com/forums/index.php?topic=34153</url>
<description>Version: 0.9.0
<description>Version: 0.10.0

&lt;size=20&gt;Description&lt;/size&gt;
Allows to randomize your starting maps and geyser locations until you find something you like.
Expand Down
4 changes: 2 additions & 2 deletions Mods/Reroll2/Assemblies/Reroll2.dll
Git LFS file not shown
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.0")]
[assembly: AssemblyFileVersion("0.9.0")]
[assembly: AssemblyVersion("0.10.0")]
[assembly: AssemblyFileVersion("0.10.0")]

0 comments on commit 95f85ee

Please sign in to comment.