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

How to migrate an existing repo to a lfs repo.

The tool can be found here.

https://github.com/bozaro/git-lfs-migrate/releases

I recommend to migrate an existing repo to a new repo with lfs support activated and delte the old one afterwards.

Requirements

@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", {