|
group2 0.1.0
CSE 125 Group 2
|
Neutral catalog of selectable emotes (no animation/render deps). More...
Go to the source code of this file.
Namespaces | |
| namespace | emotes |
Functions | |
| const char * | emotes::emoteName (int index) |
| Short all-caps label for an emote index (for the wheel widget). | |
Variables | |
| constexpr int | emotes::kEmoteCount = 5 |
| Number of emotes shown on the wheel. | |
Neutral catalog of selectable emotes (no animation/render deps).
Shared by the HUD emote wheel, the client input sampler, and the gameplay code that maps an emote index onto an animation clip. Keeping the catalog here (rather than in AnimationLibrary) lets the HUD reference emote names without pulling in the animation backend.