Added GetSpriteCollision()

This commit is contained in:
n00b87
2026-03-04 00:52:27 -06:00
parent ea986a826b
commit 135b9f8bbb
17 changed files with 1884 additions and 1819 deletions

View File

@@ -32,3 +32,4 @@ Function GetSpriteAlpha(sprite)
Function AddSpriteChild(sprite, child_sprite, x, y)
Sub RemoveSpriteChild(sprite, child_index)
Function GetSpriteChildIndex(sprite, child_sprite)
Function GetSpriteCollision(spriteA, spriteB)