Skip to content

Instantly share code, notes, and snippets.

View tuxBurner's full-sized avatar
💭
PewPew working on a Lasertag :)

Seppel Hardt tuxBurner

💭
PewPew working on a Lasertag :)
View GitHub Profile
@tuxBurner
tuxBurner / quintus-json-tileloader.js
Last active January 1, 2016 03:29
Json TileLoader
/**
* Tile layer loader and handler of collisions
*/
;
Quintus.BomberManTileLayers=function(Q) {
/**
* Own implementation of a tile layer using tiled json file
*/
Q.TileLayer.extend("TiledJsonFile", {