first motion table

This commit is contained in:
2024-03-14 17:25:45 +01:00
parent a7ea698f9b
commit f4b614bf0f
4 changed files with 117 additions and 266 deletions

View File

@ -62,6 +62,6 @@ void gameExec(void *handle) {
}
void gameInit() {
schAdd(gameExec, NULL, 0, 5000);
schAdd(gameExec, NULL, 0, 1000);
}