bring handloose and nat-globelet-playground into CI

This commit is contained in:
2022-09-29 23:46:49 +00:00
parent 8121ae425c
commit 507d267c1f
15 changed files with 5 additions and 3 deletions

View File

@@ -29,7 +29,7 @@
*/
(throw "not implemented"))
(defMacroFunction prelearnFrequencies [str &builder b]
(defMacroFunction prelearnFrequencies [str]
(throw "not implemented"))
(method learnAllFrequencies []

View File

@@ -20,7 +20,7 @@
var splitX = SPRITE_SPACING * 5 + SPRITE_SIZE * 4;
background.drawLine(splitX, 0, splitX, FlxG.height);
docText = new FlxText(splitX, 0, "", TEXT_SIZE);
docText.setFormat(null, null, FlxColor.WHITE);
docText.setFormat(null, 8, FlxColor.WHITE);
add(background);
add(docText);