feat(boards): python_mixpy turtle下添加 tracer 图形块

This commit is contained in:
王立帮
2025-12-15 11:41:59 +08:00
parent 0ff5878d5f
commit d7ebdc7b08
6 changed files with 54 additions and 4 deletions

View File

@@ -4108,5 +4108,9 @@ En.MIXLY_SOUND_VOLUME_SET_TOOLTIP='Set volume';
En.MIXLY_SOUND_VOLUME_ADD_TOOLTIP='Change volume';
En.MIXLY_SOUND_EFFECT_SET_TOOLTIP='Set sound effect';
En.MIXLY_SOUND_EFFECT_CLEAR_TOOLTIP='Clear sound effects';
En.MIXLY_SOUND_EFFECT_ADD_TOOLTIP='Change sound effect';
En.MIXLY_SOUND_EFFECT_ADD_TOOLTIP='Change sound effect';
En.MIXLY_TURTLE_TRACER = 'Set the drawing refresh rate';
En.MIXLY_TURTLE_TRACER_STEP = 'Number of steps';
En.MIXLY_TURTLE_TRACER_DELAY_MS = 'Delay (milliseconds)';
})();