Ai世界玩家人数超过4人测试

This commit is contained in:
flswld
2023-01-10 19:21:56 +08:00
parent 3ecdb6ff70
commit 1793054ef4
22 changed files with 596 additions and 251 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ func (g *GameManager) VideoPlayerUpdate(rgb bool) {
if err != nil {
return
}
world := WORLD_MANAGER.GetBigWorld()
world := WORLD_MANAGER.GetAiWorld()
scene := world.GetSceneById(3)
for _, v := range SCREEN_ENTITY_ID_LIST {
scene.DestroyEntity(v)