v2.2.0: updated credits links for Watabou, Kristjan, and Arcnor
This commit is contained in:
@@ -110,8 +110,8 @@ public class AboutScene extends PixelScene {
|
|||||||
"Music:",
|
"Music:",
|
||||||
Icons.KRISTJAN.get(),
|
Icons.KRISTJAN.get(),
|
||||||
"Kristjan Haaristo",
|
"Kristjan Haaristo",
|
||||||
"youtube.com/user/...",
|
"youtube.com/@kristjan...",
|
||||||
"https://www.youtube.com/channel/UCL1e7SgzSWbD_DQxB_5YcLA");
|
"https://www.youtube.com/@kristjanthomashaaristo");
|
||||||
kristjan.setRect(alex.right() - colWidth/4f, alex.bottom() + 5, colWidth/2f, 0);
|
kristjan.setRect(alex.right() - colWidth/4f, alex.bottom() + 5, colWidth/2f, 0);
|
||||||
content.add(kristjan);
|
content.add(kristjan);
|
||||||
|
|
||||||
@@ -122,8 +122,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 {
|
||||||
@@ -170,8 +170,8 @@ public class AboutScene extends PixelScene {
|
|||||||
"Pixel Dungeon GDX:",
|
"Pixel Dungeon GDX:",
|
||||||
Icons.ARCNOR.get(),
|
Icons.ARCNOR.get(),
|
||||||
"Edu García",
|
"Edu García",
|
||||||
"twitter.com/arcnor",
|
"gamedev.place/@arcnor",
|
||||||
"https://twitter.com/arcnor");
|
"https://mastodon.gamedev.place/@arcnor");
|
||||||
arcnor.setSize(colWidth/2f, 0);
|
arcnor.setSize(colWidth/2f, 0);
|
||||||
if (landscape()){
|
if (landscape()){
|
||||||
arcnor.setPos(gdx.right(), gdx.top() + (gdx.height() - arcnor.height())/2f);
|
arcnor.setPos(gdx.right(), gdx.top() + (gdx.height() - arcnor.height())/2f);
|
||||||
|
|||||||
Reference in New Issue
Block a user