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