bcvery1 / tilepix

Library for combining tiled maps with pixel
MIT License
46 stars 14 forks source link

Move map methods #45

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

There are three methods for Map: func GetImageLayerByName(name string) func GetLayerByName(name string) func GetObjectLayerByName(name string)

Which have been put in the wrong place. Using the coding standards, move these to the correct place in the file.