New Graphics
Create new animation
1. Add your png spritesheets to the resources folder
cmrc_add_resource_library(
client-resources
ALIAS client::rc
NAMESPACE client
// Add the path to your new file here
resources/r-typesheet1.png
resources/r-typesheet2.png
resources/r-typesheet3.png
resources/r-typesheet5.png
resources/r-typesheet7.png
resources/r-typesheet8.png
resources/r-typesheet9.png
... 2. Create new Animation::AnimationID enum
3. Add a new instance of Animation::Sheet
struct Sheet variables:
Last updated