Skip to content

Mean documentation #18

@ChillerDragon

Description

@ChillerDragon

In the tutorial "Create, load and save a map"
It says:

from tml import Teemap
twmap = Teemap()
twmap.load('dm1_test')
twmap.save('unnamed')

which is pretty tricky because Teemap has no function called load only one called _load.
And an working path would be kewl too c:

better change it to something like this:

from tml import Teemap
twmap = Teemap()
twmap._load('maps/dm1')
twmap.save('maps/dm1_copy')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions