mojo.app.Theme.OpenIcons - nitrologic/monkey2 GitHub Wiki

mojo::mojo.app.mojo.app.Theme.OpenIcons

Method OpenIcons:mojo:mojo.graphics.Image

Loads an array of icon images from a file.

Loads an array of icons from an image file.

The icons should be square, and laid out in a horizontal 'strip' within the image file.

The width and height of each image is taken from the height of the image file.

The number of icons loaded is the width of the image file divided by its height.