spritesheet 
Vars | |
| sizes | "32x32" -> list(10, icon/normal, icon/stripped) |
|---|---|
| sprites | "foo_bar" -> list("32x32", 5) |
Procs | |
| ModifyInserted | A simple proc handing the Icon for you to modify before it gets turned into an asset. |
| icon_size_id | Returns the size class (ex design32x32) for a given sprite's icon |
Var Details
sizes 
"32x32" -> list(10, icon/normal, icon/stripped)
sprites 
"foo_bar" -> list("32x32", 5)
Proc Details
ModifyInserted
A simple proc handing the Icon for you to modify before it gets turned into an asset.
Arguments:
- I: icon being turned into an asset
icon_size_id
Returns the size class (ex design32x32) for a given sprite's icon
Arguments:
- sprite_name - The sprite to get the size of