Spritesheet Duplicates Information
Bug #948904 reported by
Russ Adams
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Asgard |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Spritesheets are currently constructed as an NxM grid of same sized cells. N and M are members of Spritesheet named ssRows and ssCols.
Animation has a member called stillCount which must be equal to NxM.
This is a duplication of information which needs to be eliminated.
Related branches
Changed in asgard: | |
status: | New → Fix Committed |
To post a comment you must log in.
It's useful that spritesheets may be an N x M grid, and so I think that Animation ought to be able to compute stillCount instead of having to have a data field for it.