JeLLyNinjas / TerminalFighter

5 stars 2 forks source link

Displaying the title in the menu screen #105

Closed ctlai95 closed 6 years ago

ctlai95 commented 6 years ago

MenuState renders a new MainMenu object which will hold everything in the main menu, including the Title.

References: #92

enochtsang commented 6 years ago

Overall, nicely done. I'm proud of you :')

bseto commented 6 years ago

Not sure where, but you still have a memory leak. If you just hang out on the menu screen, and take a system monitor, you'll see you are still memory leaking.

bseto commented 6 years ago

For some reason, I am still getting the memory leak. @enochtsang, can you check?

enochtsang commented 6 years ago

Nope no memory leak

bseto commented 6 years ago

I like the idea of having a Menu interface. @ctlai95

bseto commented 6 years ago

No memory leak anymore for me. I think b150756 fixed it.