add submodule electric-world

This commit is contained in:
YHH
2025-08-11 11:06:28 +08:00
parent d69b3af99b
commit 3069e28224
2 changed files with 7 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -31,3 +31,9 @@
[submodule "thirdparty/ecs-astar"] [submodule "thirdparty/ecs-astar"]
path = thirdparty/ecs-astar path = thirdparty/ecs-astar
url = https://github.com/esengine/ecs-astar.git url = https://github.com/esengine/ecs-astar.git
[submodule "examples/electric-world"]
path = examples/electric-world
url = https://github.com/esengine/electric-world.git
[submodule "examples/lawn-mower-demo"]
path = examples/lawn-mower-demod
url = https://github.com/esengine/lawn-mower-demo.git