|
m.groups[17].layers[2].color = (130, 130, 130, 255) |
Would be cool if this could be
from blmapchill_layers import GROUP_GAME, LAYER_STONE_1
m.groups[GROUP_GAME].layers[LAYER_STONE_1].color = (130, 130, 130, 255)
The python package version numbers should match the compatible BlmapChill version number and optionally also a .patch if there are multiple releases for one version.