Created
April 6, 2015 16:32
-
-
Save theVDude/316e5688a35160fc5961 to your computer and use it in GitHub Desktop.
Tagpro Muscle's Cups texture pack
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 Muscle's Cups | |
// @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/1tiFzUS.png", | |
"speedpad": "http://i.imgur.com/ZlRREIA.png", | |
"speedpadRed": "http://i.imgur.com/E6S9lYk.png", | |
"speedpadBlue": "http://i.imgur.com/vBMJZPQ.png", | |
"portal": "http://i.imgur.com/DIH9Pgi.png", | |
"splats": "http://i.imgur.com/0zzlLFM.png" | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment