File manager - Edit - /home/custbahd/public_html/cage/pacman/source/animations/ReadyAnimation.js
Back
/** * @extends {Animation} * The Ready Animation */ class ReadyAnimation extends Animation { /** * The Ready Animation constructor * @param {Canvas} canvas * @param {function} callback */ constructor(canvas, callback) { super(); this.canvas = canvas; this.callback = callback; this.blocksGame = true; this.endTime = 3000; this.canvas.drawText({ color : "rgb(255, 255, 51)", text : "Ready!", pos : { x: 14, y: 17.3 } }); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Generation time: 1.1 |
proxy
|
phpinfo
|
Settings