Invert fill_tilemap usage of add_child to the tilemap parent entity to instead use add_children#377
Invert fill_tilemap usage of add_child to the tilemap parent entity to instead use add_children#377SirHall wants to merge 3 commits into
fill_tilemap usage of add_child to the tilemap parent entity to instead use add_children#377Conversation
…ty to instead use `add_children`
bzm3r
left a comment
There was a problem hiding this comment.
This makes sense to me overall, but I you're right that we don't need to be adding the tiles as children of the tilemap in the first place. So maybe that will be the ultimate simplification?
…ent entity to instead use `add_children`" This reverts commit 6539e23.
I'm a little late to the party here, but we need to add tiles as children to the tilemap in order for |
|
Would you rather have all the fill methods add the tiles as children then? |
Please refer to and read through #375, decline this pull request if this is the wrong path.