bring handloose and nat-globelet-playground into CI
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
*/
|
||||
(throw "not implemented"))
|
||||
|
||||
(defMacroFunction prelearnFrequencies [str &builder b]
|
||||
(defMacroFunction prelearnFrequencies [str]
|
||||
(throw "not implemented"))
|
||||
|
||||
(method learnAllFrequencies []
|
@@ -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);
|
Reference in New Issue
Block a user