Category: Images and Rendering
SetImageScaleMode(imageReference As Integer, mode As Integer)
Void
Sets the texture filtering mode used when that image is drawn.
The mode argument should be a value from Scale Mode Constants.
SetImageScaleMode(player, SCALE_NEAREST)
SetImageScaleMode(background, SCALE_LINEAR)