The Final Earth 2

The Final Earth 2

Flyswatter (Cheats & Debugging)
1-10 van 11 items weergegeven
< 1  2 >
Update: 10 nov 2024 om 6:42
door kril

Mod Changes

Update: 8 nov 2024 om 6:07
door kril

Mod Changes

Update: 1 nov 2024 om 5:41
door kril

Update: 27 okt 2024 om 2:47
door kril

Mod Changes

Update: 27 okt 2024 om 2:45
door kril

Mod Changes

Update: 27 okt 2024 om 1:32
door kril

Mod Changes

Update: 27 okt 2024 om 1:10
door kril

Mod Changes

Update: 1 aug 2022 om 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

Update: 31 jul 2022 om 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

Update: 23 jul 2022 om 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