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

@@ -20,12 +20,14 @@ jobs:
- KISS_PROJECT=aoc - KISS_PROJECT=aoc
- KISS_PROJECT=asciilib - KISS_PROJECT=asciilib
- KISS_PROJECT=flixel-ascii-game - KISS_PROJECT=flixel-ascii-game
- KISS_PROJECT=flixel-desktop-habit-puzzle-game
- KISS_PROJECT=flixel-desktop-handloose
- KISS_PROJECT=flixel-rpg-tutorial - KISS_PROJECT=flixel-rpg-tutorial
- KISS_PROJECT=kiss-vscode - KISS_PROJECT=kiss-vscode
- KISS_PROJECT=kiss-tools - KISS_PROJECT=kiss-tools
- KISS_PROJECT=nat-archive-tool - KISS_PROJECT=nat-archive-tool
- KISS_PROJECT=nat-flixel-desktop-playground - KISS_PROJECT=nat-flixel-desktop-playground
- KISS_PROJECT=flixel-desktop-habit-puzzle-game - KISS_PROJECT=nat-globelet-playground
- KISS_PROJECT=pdf-salad - KISS_PROJECT=pdf-salad
- KISS_PROJECT=leet-code - KISS_PROJECT=leet-code
- KISS_PROJECT=sched - KISS_PROJECT=sched

View File

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

View File

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