Programming assignment 2014-01-(16-18)
|
Been working around the clock but now I’ve finally got the menus working as intended, they all use the same window! This was achieved by making a pointer from engine’s drawmanager to every state so that they all received the same window. UPDATE: I’ve added the a background color to every menu. And added it to the most updated collision version of the game. There is a lot of work to be done to make engine’s draw manager work everywhere. Almost everywhere where (there were a lot of ”where” the past sentences) it says: Drawmanager I had to make sure so that the lines of code recieved the proper drawmanager from engine. |