mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 09:18:43 +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()
|
close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
addButton("Reddit"){
|
||||||
|
Gdx.net.openURI("https://www.reddit.com/r/Unciv/")
|
||||||
|
close()
|
||||||
|
}
|
||||||
|
|
||||||
addCloseButton()
|
addCloseButton()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user