big icons to screen

by CIB
A proc to add bigger icons than 32x32 pixels to a screen. [More]
To download this library for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://CIB.bigiconstoscreen##version=0

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://CIB.bigiconstoscreen##version=0

901 downloads
Latest Version
Date added: Jun 3 2005
Last updated: Jul 29 2009
1 fan
If you add an icon which is bigger than 32x32 pixels to a screen, it becomes 32x32 pixels. With this proc you can add a bigger picture.
params: make_image(the screen to be added, the icon, the x locate of the bottom left cornor
, the y locate of the bottom left cornor, the x size, the y size, the speed to build
up(set it to 0 to let the picture appear at once), the type(so that you can delete it unless deleting all things on the screen))