v0.9.4: Slightly tweaked Kristjan's credits entry

This commit is contained in:
Evan Debenham 2021-08-06 12:34:25 -04:00
parent 487f9fe6f5
commit 31806d2e9a

View File

@ -111,7 +111,7 @@ public class AboutScene extends PixelScene {
"Music:", "Music:",
Icons.KRISTJAN.get(), Icons.KRISTJAN.get(),
"Kristjan Haaristo", "Kristjan Haaristo",
"youtube.com/c/Kristjan", "youtube.com/user/...",
"https://www.youtube.com/channel/UCL1e7SgzSWbD_DQxB_5YcLA"); "https://www.youtube.com/channel/UCL1e7SgzSWbD_DQxB_5YcLA");
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);