The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
Se afișează 1-10 din 11 intrări
< 1  2 >
Actualizare: 10 nov. 2024 @ 6:42
de kril

Mod Changes

Actualizare: 8 nov. 2024 @ 6:07
de kril

Mod Changes

Actualizare: 1 nov. 2024 @ 5:41
de kril

Actualizare: 27 oct. 2024 @ 2:47
de kril

Mod Changes

Actualizare: 27 oct. 2024 @ 2:45
de kril

Mod Changes

Actualizare: 27 oct. 2024 @ 1:32
de kril

Mod Changes

Actualizare: 27 oct. 2024 @ 1:10
de kril

Mod Changes

Actualizare: 1 aug. 2022 @ 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

Actualizare: 31 iul. 2022 @ 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

Actualizare: 23 iul. 2022 @ 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