zwischenstand

This commit is contained in:
2026-02-23 20:15:35 +01:00
parent 7200be2e07
commit 772858f04f
186 changed files with 2498 additions and 104 deletions

View File

@@ -40,3 +40,10 @@ enum irregular_states{
STUNNED,
SNARRED
}
enum look_direction{
UP,
DOWN,
LEFT,
RIGHT
}