PHP Classes

File: kinetic/js/_game/files.js

Recommend this page to a friend!
  Classes of Vitalij Mik   PHP Tiled to CraftyJS   kinetic/js/_game/files.js   Download  
File: kinetic/js/_game/files.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: 351 bytes
 

Contents

Class file image Download
var toLoad = [ { id:"grassland", src:"img/grassland.png" },{ id:"trees", src:"img/grassland_trees.png" },{ id:"water", src:"img/grassland_water.png" }, { id:"tall structures", src:"img/grassland_structures.png" }, { id:"male player", src:"img/male_player.png" }, { id:"button", src:"img/button.png" } ];