The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
11件中 1-10 を表示
< 1  2 >
更新:2024年11月10日 @ 6時42分
更新者:kril

Mod Changes

更新:2024年11月8日 @ 6時07分
更新者:kril

Mod Changes

更新:2024年11月1日 @ 5時41分
更新者:kril

更新:2024年10月27日 @ 2時47分
更新者:kril

Mod Changes

更新:2024年10月27日 @ 2時45分
更新者:kril

Mod Changes

更新:2024年10月27日 @ 1時32分
更新者:kril

Mod Changes

更新:2024年10月27日 @ 1時10分
更新者:kril

Mod Changes

更新:2022年8月1日 @ 14時36分

Some new things just got added in 0.3.1:
- Squashed some bugs relating to previous changes not going into effect
- Pretty animations

更新:2022年7月31日 @ 17時50分

Some new things just got added in 0.3.1:
- Squashed some bugs relating to crashing, overflow, and printing errors correctly
- Tweaked some design choices

更新:2022年7月23日 @ 13時40分

Some new things just got added in 0.3.0:
- Fully fleshed out the inspector, which can now view circular objects, any data type, and edit it in real time
- Added an API that can be accessed under window["debugger api"]() to prevent common use
- Added version property to the API, which just returns a string with the version number
- Added scope object containing 3 functions, share(name), get(name, id), and remove(name, id)
- scope.share(name) shares your variables to the debugger for use in the inspector, and returns the scope id
- Replaced ugly JSON object output in console with the nice object tree found in the inspector
- Changed some styles and text
- Squashed a bug or two