Skip to content

Instantly share code, notes, and snippets.

@theVDude
Created March 31, 2015 15:38
Show Gist options
  • Save theVDude/403d2208045c289e1cbe to your computer and use it in GitHub Desktop.
Save theVDude/403d2208045c289e1cbe to your computer and use it in GitHub Desktop.
Cahan Texture Pack for Tagpro -- no splats
// ==UserScript==
// @name TagPro Texture Replacer -- Cahan -- no splats
// @description Replace textures in tagpro
// @version 1
// @grant none
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license 2014
// @author whatever
// ==/UserScript==
tagpro.loadAssets({
"tiles": "http://i.imgur.com/FV0ygqJ.png",
"speedpad": "http://i.imgur.com/1hyDH7m.png",
"speedpadRed": "http://i.imgur.com/BXbCacX.png",
"speedpadBlue": "http://i.imgur.com/V8Ua0cW.png",
"portal": "http://i.imgur.com/pqywwSo.png",
"splats": "http://i.imgur.com/MsHtqOP.png"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment