Files
Bubberstation/code/__DEFINES/paintings.dm
SkyratBot 4a44e12191 [MIRROR] Improved the Art Gallery App and the AI Portrait Picker. Added a search function to them. [MDB IGNORE] (#12177)
* Improved the Art Gallery App and the AI Portrait Picker. Added a search function to them. (#65481)

* Improved the Art Gallery App. Added a search function to it.

* Improved the Art Gallery App and the AI Portrait Picker. Added a search function to them.

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
2022-03-19 08:35:15 -07:00

7 lines
297 B
Plaintext

/// Only returns paintings with 23x23 or 24x24 sizes fitting AI display icon.
#define PAINTINGS_FILTER_AI_PORTRAIT (1<<0)
/// Search mode for the title of the painting
#define PAINTINGS_FILTER_SEARCH_TITLE (1<<1)
/// Ditto but for the creator's name
#define PAINTINGS_FILTER_SEARCH_CREATOR (1<<2)