GLBasic User Manual

Main sections

SETSPRITEANIM

SETSPRITEANIM id%, w%, h%



Sets the tile size if you want to use any sprite with DRAWANIM.

LOADANIM "test.png", 100, 32,32

// does the same as:
LOADSPRITE "test.png", 100
SETSPRITEANIM 100, 32,32

See also...