From 8987151c63c9861fcde5adadef45165e11e1569c Mon Sep 17 00:00:00 2001 From: Phatisena Date: Tue, 12 Nov 2024 10:54:31 +0700 Subject: [PATCH] Update main.ts --- main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ts b/main.ts index 6a11dad..a4520de 100644 --- a/main.ts +++ b/main.ts @@ -598,7 +598,7 @@ namespace idxfont { export enum tempfont { MainFont, ArcadeFont } //%blockid=ixfont_presetfont - //%block="SetupPresetFont $tempf Temp ||with table id $tid" + //%block="SetupPresetFont $tempf ||with table id $tid" //%group="create" export function SetupPresetFont(tempf: tempfont, tid: number = 0) { switch (tempf) {