The Final Earth 2
Flyswatter (Cheats & Debugging)
Εμφάνιση 1-10 από 11 καταχωρίσεις
< 1  2 >
Ενημέρωση: 10 Νοε 2024 στις 6:42
από kril

Mod Changes

Ενημέρωση: 8 Νοε 2024 στις 6:07
από kril

Mod Changes

Ενημέρωση: 1 Νοε 2024 στις 5:41
από kril

Ενημέρωση: 27 Οκτ 2024 στις 2:47
από kril

Mod Changes

Ενημέρωση: 27 Οκτ 2024 στις 2:45
από kril

Mod Changes

Ενημέρωση: 27 Οκτ 2024 στις 1:32
από kril

Mod Changes

Ενημέρωση: 27 Οκτ 2024 στις 1:10
από kril

Mod Changes

Ενημέρωση: 1 Αυγ 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

Ενημέρωση: 31 Ιουλ 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

Ενημέρωση: 23 Ιουλ 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