bcvery1 / tilepix

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

Get objects by name #49

Closed bcvery1 closed 5 years ago

bcvery1 commented 5 years ago

Need two functions to get objects by name. Object names are not necessarily unique so the signatures should be:

func (m *Map) GetObjectByName(name string) []*Object {}
func (og *ObjectGroup) GetObjectByName(name string) []*Object {}