Skip to content

Commit

Permalink
how the hell did I miss these?
Browse files Browse the repository at this point in the history
  • Loading branch information
anysad authored and charlesisfeline committed Jul 16, 2024
1 parent da98a6c commit 3005d8f
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions source/funkin/ui/transition/LoadingState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -325,13 +325,20 @@ class LoadingState extends MusicBeatSubState
FunkinSprite.cacheTexture(Paths.image('noteSplashes', 'shared'));
FunkinSprite.cacheTexture(Paths.image('noteStrumline', 'shared'));
FunkinSprite.cacheTexture(Paths.image('NOTE_hold_assets'));
FunkinSprite.cacheTexture(Paths.image('ready', 'shared'));
FunkinSprite.cacheTexture(Paths.image('set', 'shared'));
FunkinSprite.cacheTexture(Paths.image('go', 'shared'));
FunkinSprite.cacheTexture(Paths.image('sick', 'shared'));
FunkinSprite.cacheTexture(Paths.image('good', 'shared'));
FunkinSprite.cacheTexture(Paths.image('bad', 'shared'));
FunkinSprite.cacheTexture(Paths.image('shit', 'shared'));
FunkinSprite.cacheTexture(Paths.image('ui/countdown/ready', 'shared'));
FunkinSprite.cacheTexture(Paths.image('ui/countdown/set', 'shared'));
FunkinSprite.cacheTexture(Paths.image('ui/countdown/go', 'shared'));
FunkinSprite.cacheTexture(Paths.image('ui/countdown/ready-pixel', 'shared'));
FunkinSprite.cacheTexture(Paths.image('ui/countdown/set-pixel', 'shared'));
FunkinSprite.cacheTexture(Paths.image('ui/countdown/go-pixel', 'shared'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/normal/sick'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/normal/good'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/normal/bad'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/normal/shit'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/pixel/sick-pixel'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/pixel/good-pixel'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/pixel/bad-pixel'));
FunkinSprite.cacheTexture(Paths.image('gameplay/popup/pixel/shit-pixel'));
FunkinSprite.cacheTexture(Paths.image('miss', 'shared')); // TODO: remove this

// List all image assets in the level's library.
Expand Down

0 comments on commit 3005d8f

Please sign in to comment.