Skip to content

Is "setAcceptableTiles" always necessary? #97

@maxwade-argodesign

Description

@maxwade-argodesign

I'm following the tutorial listed here

Say we declare a level like this:

var level = 
[[0,0,1,0,0],
[1,0,1,0,1],
[0,0,1,0,0],
[0,0,1,1,0],
[0,0,0,0,0]];

is it required that we then call setAcceptableTiles?
My understanding is that all the 0s in the above array signify a walkable tile. If that's the case, setAcceptableTiles would be optional.

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