Skip to content

Commit

Permalink
yay gamebanana page
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jun 14, 2024
1 parent 6b1e151 commit 6efa688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 1 addition & 5 deletions source/meta/state/MinigamesState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MinigamesState extends MusicBeatState
var iconArray:Array<HealthIcon> = [];
var controlStrings:Array<Minigame> = [
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')
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 6efa688

Please sign in to comment.