This file contains 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
//Just a small fun script. Please make changes! **Note all scripts here do not deal with server side variables | |
//Just put these in your console | |
//Press z to zoom out, x to zoom in | |
var gsc = .6; //global scale | |
function updateGsc() { | |
console.log('Current gsc:', gsc); |