Category: Images and Rendering
DrawImage(imageReference As Integer, x As Integer, y As Integer)
Void
Queues an image so its current hotspot is drawn at the given position.
New images start with a hotspot of 0, 0, which means the position is the image's top-left corner until you change it with SetImageHotspot.
DrawImage(player, 100, 200)