spritesheet being read in, needs testing and possible memory leak fix
This commit is contained in:
parent
15ee2819b1
commit
2e97d908d8
7 changed files with 120 additions and 202 deletions
|
|
@ -99,7 +99,7 @@ void ARC_Sprite_SetFrameIndex(ARC_Sprite *sprite, uint32_t index);
|
|||
* @brief sets the origin point of the sprite (the rotation and position point)
|
||||
*
|
||||
* @param sprite ARC_Sprite that is having its angle set
|
||||
* @param index the given agnel in degrees to rotate around (rotated clockwise)
|
||||
* @param angle the given agnel in degrees to rotate around (rotated clockwise)
|
||||
*/
|
||||
void ARC_Sprite_SetAngle(ARC_Sprite *sprite, double angle);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue