diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 699d1769..17bf846c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,6 +24,7 @@ jobs: - KISS_PROJECT=kiss-vscode - KISS_PROJECT=nat-archive-tool - KISS_PROJECT=nat-flixel-desktop-playground + - KISS_PROJECT=habit-puzzle-game-flixel-desktop - KISS_PROJECT=pdf-salad - KISS_PROJECT=leet-code - KISS_PROJECT=sched diff --git a/projects/habit-puzzle-game/.gitignore b/projects/habit-puzzle-game-flixel-desktop/.gitignore similarity index 100% rename from projects/habit-puzzle-game/.gitignore rename to projects/habit-puzzle-game-flixel-desktop/.gitignore diff --git a/projects/habit-puzzle-game/.vscode/extensions.json b/projects/habit-puzzle-game-flixel-desktop/.vscode/extensions.json similarity index 100% rename from projects/habit-puzzle-game/.vscode/extensions.json rename to projects/habit-puzzle-game-flixel-desktop/.vscode/extensions.json diff --git a/projects/habit-puzzle-game/.vscode/launch.json b/projects/habit-puzzle-game-flixel-desktop/.vscode/launch.json similarity index 100% rename from projects/habit-puzzle-game/.vscode/launch.json rename to projects/habit-puzzle-game-flixel-desktop/.vscode/launch.json diff --git a/projects/habit-puzzle-game/.vscode/settings.json b/projects/habit-puzzle-game-flixel-desktop/.vscode/settings.json similarity index 100% rename from projects/habit-puzzle-game/.vscode/settings.json rename to projects/habit-puzzle-game-flixel-desktop/.vscode/settings.json diff --git a/projects/habit-puzzle-game/.vscode/tasks.json b/projects/habit-puzzle-game-flixel-desktop/.vscode/tasks.json similarity index 100% rename from projects/habit-puzzle-game/.vscode/tasks.json rename to projects/habit-puzzle-game-flixel-desktop/.vscode/tasks.json diff --git a/projects/habit-puzzle-game/Project.xml b/projects/habit-puzzle-game-flixel-desktop/Project.xml similarity index 100% rename from projects/habit-puzzle-game/Project.xml rename to projects/habit-puzzle-game-flixel-desktop/Project.xml diff --git a/projects/habit-puzzle-game/hxformat.json b/projects/habit-puzzle-game-flixel-desktop/hxformat.json similarity index 100% rename from projects/habit-puzzle-game/hxformat.json rename to projects/habit-puzzle-game-flixel-desktop/hxformat.json diff --git a/projects/habit-puzzle-game/source/HabitModel.hx b/projects/habit-puzzle-game-flixel-desktop/source/HabitModel.hx similarity index 100% rename from projects/habit-puzzle-game/source/HabitModel.hx rename to projects/habit-puzzle-game-flixel-desktop/source/HabitModel.hx diff --git a/projects/habit-puzzle-game/source/HabitModel.kiss b/projects/habit-puzzle-game-flixel-desktop/source/HabitModel.kiss similarity index 100% rename from projects/habit-puzzle-game/source/HabitModel.kiss rename to projects/habit-puzzle-game-flixel-desktop/source/HabitModel.kiss diff --git a/projects/habit-puzzle-game/source/HabitState.hx b/projects/habit-puzzle-game-flixel-desktop/source/HabitState.hx similarity index 100% rename from projects/habit-puzzle-game/source/HabitState.hx rename to projects/habit-puzzle-game-flixel-desktop/source/HabitState.hx diff --git a/projects/habit-puzzle-game/source/HabitState.kiss b/projects/habit-puzzle-game-flixel-desktop/source/HabitState.kiss similarity index 100% rename from projects/habit-puzzle-game/source/HabitState.kiss rename to projects/habit-puzzle-game-flixel-desktop/source/HabitState.kiss diff --git a/projects/habit-puzzle-game/source/Main.hx b/projects/habit-puzzle-game-flixel-desktop/source/Main.hx similarity index 100% rename from projects/habit-puzzle-game/source/Main.hx rename to projects/habit-puzzle-game-flixel-desktop/source/Main.hx