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