v2.0.0: fixed outdated credits links
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user