The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
Mostrando 1-10 de 11 aportaciones
< 1  2 >
Actualización: 10 NOV 2024 a las 6:42
por kril

Mod Changes

Actualización: 8 NOV 2024 a las 6:07
por kril

Mod Changes

Actualización: 1 NOV 2024 a las 5:41
por kril

Actualización: 27 OCT 2024 a las 2:47
por kril

Mod Changes

Actualización: 27 OCT 2024 a las 2:45
por kril

Mod Changes

Actualización: 27 OCT 2024 a las 1:32
por kril

Mod Changes

Actualización: 27 OCT 2024 a las 1:10
por kril

Mod Changes

Actualización: 1 AGO 2022 a las 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

Actualización: 31 JUL 2022 a las 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

Actualización: 23 JUL 2022 a las 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