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