This commit is contained in:
2026-06-07 11:49:55 +08:00
parent ff0f3bde54
commit 1897658a00
98 changed files with 9903 additions and 13907 deletions

View File

@@ -141,7 +141,6 @@ namespace BaseGames.World.Map
SceneName = targetRoomId, // RoomId 即场景 Addressable key"Room_" 前缀,见 ISceneLoadCoordinator
EntryTransitionId = null, // 默认出生点;精确落到传送站点为后续增强项
TransitionType = TransitionType.Scene, // 完整淡出 + 加载画面,符合快速旅行演出
ShowLoadingScreen = true,
IsRespawn = false,
});
}