Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
phatisena committed Nov 12, 2024
1 parent ce5ce98 commit 8987151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8987151

Please sign in to comment.