From 2897e7c79095935340fd5ee339f2a589a76dfbc6 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 9 May 2022 16:47:07 -0400 Subject: [PATCH] rename habit puzzle game again for testing --- .github/workflows/test.yml | 2 +- .../.gitignore | 0 .../.vscode/extensions.json | 0 .../.vscode/launch.json | 0 .../.vscode/settings.json | 0 .../.vscode/tasks.json | 0 .../Project.xml | 0 .../hxformat.json | 0 .../source/HabitModel.hx | 0 .../source/HabitModel.kiss | 0 .../source/HabitState.hx | 0 .../source/HabitState.kiss | 0 .../source/Main.hx | 0 13 files changed, 1 insertion(+), 1 deletion(-) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/.gitignore (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/.vscode/extensions.json (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/.vscode/launch.json (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/.vscode/settings.json (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/.vscode/tasks.json (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/Project.xml (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/hxformat.json (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/source/HabitModel.hx (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/source/HabitModel.kiss (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/source/HabitState.hx (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/source/HabitState.kiss (100%) rename projects/{habit-puzzle-game-flixel-desktop => flixel-desktop-habit-puzzle-game}/source/Main.hx (100%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 17bf846c..9c5827f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +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=flixel-desktop-habit-puzzle-game - KISS_PROJECT=pdf-salad - KISS_PROJECT=leet-code - KISS_PROJECT=sched diff --git a/projects/habit-puzzle-game-flixel-desktop/.gitignore b/projects/flixel-desktop-habit-puzzle-game/.gitignore similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/.gitignore rename to projects/flixel-desktop-habit-puzzle-game/.gitignore diff --git a/projects/habit-puzzle-game-flixel-desktop/.vscode/extensions.json b/projects/flixel-desktop-habit-puzzle-game/.vscode/extensions.json similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/.vscode/extensions.json rename to projects/flixel-desktop-habit-puzzle-game/.vscode/extensions.json diff --git a/projects/habit-puzzle-game-flixel-desktop/.vscode/launch.json b/projects/flixel-desktop-habit-puzzle-game/.vscode/launch.json similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/.vscode/launch.json rename to projects/flixel-desktop-habit-puzzle-game/.vscode/launch.json diff --git a/projects/habit-puzzle-game-flixel-desktop/.vscode/settings.json b/projects/flixel-desktop-habit-puzzle-game/.vscode/settings.json similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/.vscode/settings.json rename to projects/flixel-desktop-habit-puzzle-game/.vscode/settings.json diff --git a/projects/habit-puzzle-game-flixel-desktop/.vscode/tasks.json b/projects/flixel-desktop-habit-puzzle-game/.vscode/tasks.json similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/.vscode/tasks.json rename to projects/flixel-desktop-habit-puzzle-game/.vscode/tasks.json diff --git a/projects/habit-puzzle-game-flixel-desktop/Project.xml b/projects/flixel-desktop-habit-puzzle-game/Project.xml similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/Project.xml rename to projects/flixel-desktop-habit-puzzle-game/Project.xml diff --git a/projects/habit-puzzle-game-flixel-desktop/hxformat.json b/projects/flixel-desktop-habit-puzzle-game/hxformat.json similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/hxformat.json rename to projects/flixel-desktop-habit-puzzle-game/hxformat.json diff --git a/projects/habit-puzzle-game-flixel-desktop/source/HabitModel.hx b/projects/flixel-desktop-habit-puzzle-game/source/HabitModel.hx similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/source/HabitModel.hx rename to projects/flixel-desktop-habit-puzzle-game/source/HabitModel.hx diff --git a/projects/habit-puzzle-game-flixel-desktop/source/HabitModel.kiss b/projects/flixel-desktop-habit-puzzle-game/source/HabitModel.kiss similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/source/HabitModel.kiss rename to projects/flixel-desktop-habit-puzzle-game/source/HabitModel.kiss diff --git a/projects/habit-puzzle-game-flixel-desktop/source/HabitState.hx b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.hx similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/source/HabitState.hx rename to projects/flixel-desktop-habit-puzzle-game/source/HabitState.hx diff --git a/projects/habit-puzzle-game-flixel-desktop/source/HabitState.kiss b/projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/source/HabitState.kiss rename to projects/flixel-desktop-habit-puzzle-game/source/HabitState.kiss diff --git a/projects/habit-puzzle-game-flixel-desktop/source/Main.hx b/projects/flixel-desktop-habit-puzzle-game/source/Main.hx similarity index 100% rename from projects/habit-puzzle-game-flixel-desktop/source/Main.hx rename to projects/flixel-desktop-habit-puzzle-game/source/Main.hx