Slither.io - 607ch00 remix

slither.io MOD - 2021 Update! - Zoom, High score, Custom backgrounds, Clock, and more!

< 腳本Slither.io - 607ch00 remix的回應

評論:正評 - 腳本一切正常

§
發表於:2016-07-05

A few things...

1. i've notice that the skin rotater doesn't work, however ive seen this in other skin rotaters, maybe you can mees around with it a little bit to fit yours (btw its really fast, you might want to ad a bit of a delay)

(function() {
'use strict';

var loopTheLoop = true; var nextSkin = 0; var theLoop = setInterval(function() { if (loopTheLoop) { if (nextSkin > 25) nextSkin = 0; if (snake !== null) setSkin(snake, nextSkin); nextSkin++; } else { clearInterval(theLoop); } }, 100);
})();

2. instead of this
[Mousewheel] Zoom
[~] Reset Zoom - reset zoom back to default level
[ESC] Respawn - respawn in a different part of the map
[Q]uit Game - quit current game and go back to main screen
[TAB] Toggle Stats - hide the stats panel and revert back to default look

can you have it like this
[Mousewheel] Zoom
[RETURN/ENTER] Reset Zoom - reset zoom back to default level
[R] Respawn - respawn in a different part of the map
[ESC] Quit Game - quit current game and go back to main screen0
[TAB] Toggle Stats - hide the stats panel and revert back to default look

I think theese thing will make this script just a tad bit better, but every tad can make a whole

發表回覆

登入以回覆

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址