Skip to content

Commit

Permalink
pixel ui
Browse files Browse the repository at this point in the history
  • Loading branch information
x8c8r committed Jul 22, 2024
1 parent e8d68a8 commit 94013f0
Show file tree
Hide file tree
Showing 58 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/preload/data/unfairness-jside/unfairness-jside.json

Large diffs are not rendered by default.

Binary file modified assets/shared/images/stages/weeb/pixelUI/arrowEnds.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/arrows-pixels.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num0-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num1-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num2-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num3-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num4-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num5-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num6-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num7-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num8-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/shared/images/stages/weeb/pixelUI/num9-pixel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/shared/images/ui/pixelUI/arrowEnds.png
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/arrows-pixels.png
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/bad-pixel.png
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/combo-pixel.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/date-pixel.png
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/good-pixel.png
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/good/arrowEnds-good.png
Binary file not shown.
Binary file not shown.
Binary file removed assets/shared/images/ui/pixelUI/good/bad-pixel-good.png
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/hand_textbox.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num0-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num1-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num2-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num3-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num4-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num5-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num6-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num7-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num8-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/num9-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/ready-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/set-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/shit-pixel.png
Diff not rendered.
Binary file removed assets/shared/images/ui/pixelUI/sick-pixel.png
Diff not rendered.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -3438,7 +3438,7 @@ class PlayState extends MusicBeatState

FlxTween.tween(whiteShitJ, {alpha: 0}, 1, {ease: FlxEase.linear});
case 708: // 708
FlxTween.tween(unfairJbg, {alpha: 0.05}, 2, {ease: FlxEase.linear});
FlxTween.tween(unfairJbg, {"alpha": 0.5}, 2, {ease: FlxEase.linear});
case 804: // 804
dadTrailJ = new FlxTrail(dad, null, 3, 24, 0.3, 0.05);

Expand Down

0 comments on commit 94013f0

Please sign in to comment.