Add Sticker.frame_count attribute
This commit is contained in:
@@ -23,6 +23,8 @@ class Sticker(Attachment):
|
|||||||
frames_per_row = attr.ib(None)
|
frames_per_row = attr.ib(None)
|
||||||
#: The amount of frames present in the spritemap pr. column
|
#: The amount of frames present in the spritemap pr. column
|
||||||
frames_per_col = attr.ib(None)
|
frames_per_col = attr.ib(None)
|
||||||
|
#: The total amount of frames in the spritemap
|
||||||
|
frame_count = attr.ib(None)
|
||||||
#: The frame rate the spritemap is intended to be played in
|
#: The frame rate the spritemap is intended to be played in
|
||||||
frame_rate = attr.ib(None)
|
frame_rate = attr.ib(None)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user