Triangle345 / GT

Go Graphics/Game engine
MIT License
5 stars 2 forks source link

change NewImage to NewTexture #17

Open Triangle345 opened 8 years ago

Triangle345 commented 8 years ago

In Image.go need to change NewImage to NewTexture because we already have a NewFontImage function which may confuse developers. Also we should change NewFontImage to NewFont in Image.go.