Added GetSpriteWorldCenter() function

This commit is contained in:
n00b87
2025-11-21 22:10:44 -06:00
parent 4df735e4f6
commit f53f486c54
13 changed files with 1343 additions and 1302 deletions

View File

@@ -63,3 +63,4 @@ Sub SetSpriteChainLoop(spr_id, ByRef vx, ByRef vy, v_count)
Sub SetSpritePolygon(spr_id, ByRef vx, ByRef vy, v_count)
Sub SetSpriteShapeOffset( spr_id, x, y )
Sub GetSpriteShapeOffset( spr_id, ByRef x, ByRef y )
Sub GetSpriteWorldCenter( spr_id, ByRef x, ByRef y )