Implement basic signs course

This commit is contained in:
Dries Van Schuylenbergh
2023-04-19 17:09:11 +02:00
parent db1a72fadd
commit 9422df7083
32 changed files with 1242 additions and 23 deletions

View File

@@ -5,7 +5,7 @@
public enum CourseIndex
{
FINGERSPELLING,
BASICSIGNS,
BASIC_SIGNS,
CLOTHING,
ANIMALS,
FOOD,

View File

@@ -5,6 +5,7 @@
public enum ThemeIndex
{
SIGN_ALPHABET,
SIGN_BASICS,
SIGN_CLOTHING,
SIGN_ANIMALS,
SIGN_FOOD,