diff --git a/README.md b/README.md index 6dc41834..221d9748 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ [![](https://github.com/Joalor64GH/Joalor64-Engine-Rewrite/blob/main/art/button_download-latest-pre-release.png?raw=true)](https://github.com/Joalor64GH/Joalor64-Engine-Rewrite/releases/tag/v1.4.0b) - ![](https://dabuttonfactory.com/button.png?t=Gamebanana&f=Komika&ts=26&tc=fff&hp=45&vp=20&c=round&bgt=gradient&bgc=eee&ebgc=999&be=1?raw=true) + [![](https://github.com/Joalor64GH/Joalor64-Engine-Rewrite/blob/main/art/button_gamebanana.png?raw=true)](https://gamebanana.com/tools/17185) [![](https://github.com/Joalor64GH/Joalor64-Engine-Rewrite/blob/main/art/button_itch-io.png?raw=true)](https://joalor64.itch.io/joalor64-engine-rewritten) diff --git a/source/meta/state/MinigamesState.hx b/source/meta/state/MinigamesState.hx index bb29c18d..283de231 100644 --- a/source/meta/state/MinigamesState.hx +++ b/source/meta/state/MinigamesState.hx @@ -8,7 +8,7 @@ class MinigamesState extends MusicBeatState var iconArray:Array = []; var controlStrings:Array = [ new Minigame('GET OUT OF MY HEAD', 'the pain never stops\n(Amogus)', 'mgicons/sus'), - new Minigame('Low quality .jpegs are funny', "they are and you can't tell me otherwise\n(Compression)", 'mgicons/pico'), + new Minigame('.jpegs are funny', "they are and you can't tell me otherwise\n(Compression)", 'mgicons/pico'), new Minigame('Kill BF', 'lmao\n(Point & Click)', 'mgicons/killBf') // soon... // new Minigame("Joalor64's Special", 'It\'s me!\n(Melodic Circuit)', 'mgicons/me') @@ -39,10 +39,6 @@ class MinigamesState extends MusicBeatState controlLabel.snapToPosition(); grpControls.add(controlLabel); - var maxWidth = 980; - if (controlLabel.width > maxWidth) - controlLabel.scaleX = maxWidth / controlLabel.width; - var icon:HealthIcon = new HealthIcon(controlStrings[i].icon); icon.sprTracker = controlLabel; icon.scale.set(0.7, 0.7);