mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-09 23:39:40 +07:00
The link to Reddit is added (#2212)
This commit is contained in:
@ -174,6 +174,11 @@ class WorldScreenCommunityPopup(val worldScreen: WorldScreen) : Popup(worldScree
|
||||
close()
|
||||
}
|
||||
|
||||
addButton("Reddit"){
|
||||
Gdx.net.openURI("https://www.reddit.com/r/Unciv/")
|
||||
close()
|
||||
}
|
||||
|
||||
addCloseButton()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user