优化项目结构

This commit is contained in:
2025-09-27 15:02:52 +08:00
parent 4f486b367f
commit cee525b82e
61 changed files with 1015 additions and 208 deletions

View File

@@ -62,6 +62,12 @@
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<!-- gdx-ai 行为树 / FSM / Steering -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-ai</artifactId>
<version>1.8.2</version>
</dependency>
</dependencies>
<build>
<plugins>