Created
March 31, 2015 15:38
-
-
Save theVDude/403d2208045c289e1cbe to your computer and use it in GitHub Desktop.
Cahan Texture Pack for Tagpro -- no splats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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