Improve description of debugger tools extension [ci skip]

Don't show in changelog
This commit is contained in:
Florian Rival
2025-10-04 01:58:13 +02:00
committed by GitHub
parent fe50ea3c01
commit d70e3f71a6

View File

@@ -21,7 +21,9 @@ module.exports = {
.setExtensionInformation(
'DebuggerTools',
_('Debugger Tools'),
_('Allow to interact with the editor debugger from the game.'),
_(
'Allow to interact with the editor debugger from the game (notably: enable 2D debug draw, log a message in the debugger console).'
),
'Arthur Pacaud (arthuro555), Aurélien Vivet (Bouh)',
'MIT'
)