PHP Classes

File: convert.php

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

Contents

Class file image Download
<?php
include 'map.php';

$converter = new TileMapConverter();
$converter->convert('src/frontier_outpost.tmx');
$converter->save('src/frontier_outpost.js');