Tip of the day
Check out our Portal, Reddit, and Discord for announcements, updates, and development blogs.

Main public logs

From Walkscape Walkthrough

Combined display of all available logs of Walkscape Walkthrough. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:57, 23 May 2026 Bonez565 talk contribs created page MediaWiki:Gadget-AnimatedCursorFollower.js (Created page with "* * Animated Cursor Follower * Clones the first WalkScape sprite on the page and makes it follow the cursor.: (function () { 'use strict'; const CONFIG = { scale: 1.5, speed: 0.5, offsetX: 30, offsetY: 30 }; const state = { targetX: window.innerWidth / 2, targetY: window.innerHeight / 2, currentX: window.innerWidth / 2, currentY: window.innerHeight / 2, facingRight: true, reqId: null, running: false }; let pet = null; let centerOffs...")