The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
Viser 1–10 av 11 bidrag
< 1  2 >
Oppdatering: 10. nov. 2024 @ 6.42
av kril

Mod Changes

Oppdatering: 8. nov. 2024 @ 6.07
av kril

Mod Changes

Oppdatering: 1. nov. 2024 @ 5.41
av kril

Oppdatering: 27. okt. 2024 @ 2.47
av kril

Mod Changes

Oppdatering: 27. okt. 2024 @ 2.45
av kril

Mod Changes

Oppdatering: 27. okt. 2024 @ 1.32
av kril

Mod Changes

Oppdatering: 27. okt. 2024 @ 1.10
av kril

Mod Changes

Oppdatering: 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

Oppdatering: 31. juli 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

Oppdatering: 23. juli 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