v2.0.1: updated an outdated credits link for transifex

This commit is contained in:
Evan Debenham
2023-03-28 12:59:08 -04:00
parent 0b38798c95
commit df8b4326d0

View File

@@ -197,8 +197,8 @@ public class AboutScene extends PixelScene {
null,
null,
"ShatteredPD is community-translated via _Transifex_! Thank you so much to all of Shattered's volunteer translators!",
"www.transifex.com/shattered-pixel/",
"https://www.transifex.com/shattered-pixel/shattered-pixel-dungeon/");
"transifex.com/shattered-pixel/...",
"https://explore.transifex.com/shattered-pixel/shattered-pixel-dungeon/");
transifex.setRect((Camera.main.width - colWidth)/2f, purigro.bottom() + 12, colWidth, 0);
content.add(transifex);