Category: Images and Rendering
LoadImage(imageName As String)
Integer
Loads an image file and returns an image handle that can be used with DrawImage and related functions.
New images start with a hotspot of 0, 0.
player = LoadImage("player.png")