Question

Hunter is adding a credits prompt to a title screen. What function does Hunter add to the script to check for a specific keypress to switch to the credits scene?

(1 point)
Responses

window.open

window.open

this.app.keyboard

this.app.keyboard

Startgame.prototype.initialize

Startgame.prototype.initialize

keyboard.wasPressed

Answers

There are no human answers yet.
Answered by GPT 3.5
This.app.keyboard.

Related Questions