Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bombbird2001 committed Mar 5, 2021
1 parent 8b6a97c commit c0e61f4
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ class ChangelogScreen(game: TerminalControl, background: Image?) : StandardUIScr
private fun loadHashmapContent() {
if (changeLogContent.size > 0) return

//Version 1.5.2102.1
val content23 = Array<String>()
content23.add("-Weather: Greatly improved game performance when storms are enabled")
content23.add("-UI: Some cosmetic changes")
content23.add("-Bug fixes, optimisations")
changeLogContent["1.5.2102.1"] = content23

//Version 1.5.2101.2
val content22 = Array<String>()
if (Gdx.app.type == Application.ApplicationType.Android) {
Expand Down

0 comments on commit c0e61f4

Please sign in to comment.