Skip to content

Instantly share code, notes, and snippets.

@theVDude
Created April 6, 2015 16:32
Show Gist options
  • Save theVDude/316e5688a35160fc5961 to your computer and use it in GitHub Desktop.
Save theVDude/316e5688a35160fc5961 to your computer and use it in GitHub Desktop.
Tagpro Muscle's Cups texture pack
// ==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