Skip to content

Publish pypi package with BlmapChill group and layer indecies as constants #1

@ChillerDragon

Description

@ChillerDragon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions