rzsavilla / BlobsonicEngine

Group Project: 3D OpenGL Game Engine
GNU General Public License v3.0
2 stars 0 forks source link

GUI #56

Closed Nighson closed 7 years ago

Nighson commented 7 years ago

GUI now displays multiple static sprites on the screen and more can be freely defined.

Current issues: -The textures are loaded in are inverted ('fixed' by rotating and moving them in geometric space in the XML file).

-The colour system (that colours the texture inside of the fragment shader so you can change the shade of the texture without making a new texture, both textures used are white) uses the CMY (cyan, magenta, yellow) colour system, minor issue.

Nighson commented 7 years ago

Trying to fix the conflict errors at the moment. Currently doesn't load the scene.

Nighson commented 7 years ago

Okay, all known errors fixed, loads and runs the scene and everything new from the master has been merged.