SIGN IN SIGN UP
phaserjs / phaser UNCLAIMED

Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.

39254 0 0 JavaScript
2018-05-02 11:36:20 +01:00
/* eslint-disable no-console */
const red = '\u001b[91m';
const green = '\u001b[92m';
const yellow = '\u001b[93m\u001b[1m';
const reset = '\u001b[0m';
console.log(`${red}${green}Please help support Phaser development ${red}`);
console.log(`${yellow}https://www.patreon.com/photonstorm/\n${reset}`);