Feature/add icons to selectfilescene (#9)

* Create PokemonPartyIconWidget for displaying the party menu icon in the distribution event pokemon menu (untested)

* Integrate PokemonPartyIconWidget into the DistributionPokemonListScene

* Do some visual changes to the DistributionPokemonListScene

* Revert "Undo README.md changes because they were already shown in github after merging the feature branch"

This reverts commit dc8d9bb00d.

* Update docs

* Add file and folder icon to SelectFileScene
This commit is contained in:
Philippe Symons
2024-09-30 23:31:24 +02:00
committed by GitHub
parent 5f353d6a1c
commit d3b11b90d5
8 changed files with 32 additions and 5 deletions

View File

@@ -52,6 +52,8 @@ private:
sprite_t* dialogWidgetBackgroundSprite_;
sprite_t* uiArrowUpSprite_;
sprite_t* uiArrowDownSprite_;
sprite_t* uiIconFile_;
sprite_t* uiIconDirectory_;
bool bButtonPressed_;
};