The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
Näytetään 1–10 / 11
< 1  2 >
Päivitys: 10.11.2024 klo 6.42
tekijältä kril

Mod Changes

Päivitys: 8.11.2024 klo 6.07
tekijältä kril

Mod Changes

Päivitys: 1.11.2024 klo 5.41
tekijältä kril

Päivitys: 27.10.2024 klo 2.47
tekijältä kril

Mod Changes

Päivitys: 27.10.2024 klo 2.45
tekijältä kril

Mod Changes

Päivitys: 27.10.2024 klo 1.32
tekijältä kril

Mod Changes

Päivitys: 27.10.2024 klo 1.10
tekijältä kril

Mod Changes

Päivitys: 1.8.2022 klo 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

Päivitys: 31.7.2022 klo 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

Päivitys: 23.7.2022 klo 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