world.icon_width and world.icon_height in Feature Requests
|
|
|
|
| Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
Create variables to store the separate components of the world's icon size. For example:
world icon_size = "18x24"
mob Login() src << world.icon_width src << world.icon_height
|
You could also create similar vars for world.view and client.view.
|