PHP Classes

File: tests/js/game/game.js

Recommend this page to a friend!
  Classes of Vitalij Mik   PHP Tiled to CraftyJS   tests/js/game/game.js   Download  
File: tests/js/game/game.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Tiled to CraftyJS
Convert game level tiled maps CraftyJS components
Author: By
Last change:
Date: 2 years ago
Size: 153 bytes
 

Contents

Class file image Download
$(function(){ //Init Crafty Crafty.init(800,600); //Init Canvas Crafty.canvas.init(); Crafty.scene("FrontierOutpost"); });