The link to Reddit is added (#2212)

This commit is contained in:
Jack Rainy
2020-03-21 20:27:48 +02:00
committed by GitHub
parent 27c0aedbbd
commit 75c71700db

View File

@ -174,6 +174,11 @@ class WorldScreenCommunityPopup(val worldScreen: WorldScreen) : Popup(worldScree
close() close()
} }
addButton("Reddit"){
Gdx.net.openURI("https://www.reddit.com/r/Unciv/")
close()
}
addCloseButton() addCloseButton()
} }
} }