showCreditsView method
Shows the 'CreditsView' and activates the button click listener for listenGoToMenuButton listenDonateButton
Implementation
void showCreditsView() {
MenuView.show().creditsView().render();
this.listenGoToMenuButton();
this.listenDonateButton();
}