rapidgame
Version:
A cross-platform commandline tool that prebuilds cocos2d-x libraries for Windows, Mac, Linux, Android and iOS. Also a game templating system.
11 lines (9 loc) • 307 B
JavaScript
//
// Created using [RapidGame](http://wizardfu.com/rapidgame).
// See the `LICENSE` file for the license governing this code.
// Developed by Nat Weiss.
//
(function() {
var Window = require('ApplicationWindow');
new Window().open({fullscreen:true, navBarHidden:true, exitOnClose:true});
})();