v1.1.0: Updated credits at Celesti's (formerly Charlie's) request
This commit is contained in:
parent
0213cfe318
commit
6d6f73e1c9
|
@ -100,8 +100,8 @@ public class AboutScene extends PixelScene {
|
|||
|
||||
CreditsBlock charlie = new CreditsBlock(false, Window.SHPX_COLOR,
|
||||
"Sound Effects:",
|
||||
Icons.CHARLIE.get(),
|
||||
"Charlie",
|
||||
Icons.CELESTI.get(),
|
||||
"Celesti",
|
||||
"s9menine.itch.io",
|
||||
"https://s9menine.itch.io");
|
||||
charlie.setRect(alex.right(), alex.top(), colWidth/2f, 0);
|
||||
|
|
|
@ -91,7 +91,7 @@ public enum Icons {
|
|||
//16x16
|
||||
ALEKS,
|
||||
//32x32
|
||||
CHARLIE,
|
||||
CELESTI,
|
||||
KRISTJAN,
|
||||
CUBE_CODE,
|
||||
PURIGRO,
|
||||
|
@ -257,7 +257,7 @@ public enum Icons {
|
|||
icon.frame( icon.texture.uvRect( 48, 80, 64, 96 ) );
|
||||
break;
|
||||
//32*32 icons are scaled down to match game's size
|
||||
case CHARLIE:
|
||||
case CELESTI:
|
||||
icon.frame( icon.texture.uvRect( 0, 96, 32, 128 ) );
|
||||
icon.scale.set(PixelScene.align(0.49f));
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user