feat: Enemy hitting player animation and refactor

This commit is contained in:
2026-01-08 08:46:43 +01:00
parent adc0cb8599
commit afb76adf99
24 changed files with 378 additions and 157 deletions

View File

@@ -116,6 +116,12 @@
<version>2.18.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.18.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>