The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
正在显示第 1 - 10 项,共 11 项条目
< 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 日 下午 2: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 日 下午 5: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 日 下午 1: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