Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions