v2.0.0: fixed outdated credits links

This commit is contained in:
Evan Debenham
2023-03-05 17:21:15 -05:00
parent 57100d8ac0
commit 77fd4acc58

View File

@@ -123,8 +123,8 @@ public class AboutScene extends PixelScene {
"Pixel Dungeon",
Icons.WATA.get(),
"Developed by: _Watabou_\nInspired by Brian Walker's Brogue",
"pixeldungeon.watabou.ru",
"http://pixeldungeon.watabou.ru");
"watabou.itch.io",
"https://watabou.itch.io/");
if (landscape()){
wata.setRect(shpx.left(), kristjan.bottom() + 8, colWidth, 0);
} else {
@@ -156,8 +156,8 @@ public class AboutScene extends PixelScene {
"libGDX",
Icons.LIBGDX.get(),
"ShatteredPD is powered by _libGDX_!",
"libGDX.com",
"https://libGDX.com/");
"libgdx.com",
"https://libgdx.com/");
if (landscape()){
gdx.setRect(wata.left(), wata.bottom() + 8, colWidth, 0);
} else {