lawless/client/profiles/v2/packages/scene.json
徐勤民 521603a899
一些检测仍在等待运行
Docs Build / build-and-deploy (push) Waiting to run
refactor(client): 删除游戏核心管理器和场景脚本
- 移除 ConfigManager 配置管理器类
- 移除 GameManager 全局单例管理器类
- 移除 NetworkManager 网络连接管理器类
- 移除 CharacterData 和 ItemData 数据模型类
- 移除 BagScene、BattleScene、LobbyScene 等场景脚本
- 移除 EncounterBubble 和 EventFeedPanel UI组件脚本
- 更新代理邀请文档中的服务器连接方式
- 更新同步状态表格中的代理任务分配信息
- 添加 MiMo 任务完成总结和审查修复记录
2026-07-03 21:34:51 +08:00

98 行
1.8 KiB
JSON

{
"__version__": "1.0.3",
"builder": {},
"gizmos-infos": {
"is2D": false,
"is3DIcon": false,
"iconSize": 2,
"gridVisible": true,
"originAxis2D": {
"x_visible": true,
"y_visible": true,
"z_visible": false
},
"originAxis3D": {
"x_visible": true,
"y_visible": false,
"z_visible": true
},
"gridColor": [
166,
166,
166,
255
],
"transformToolName": "position",
"pivot": "pivot",
"coordinate": "local",
"toolsVisibility3d": true
},
"snap-configs": {
"position": {
"x": 1,
"y": 1,
"z": 1
},
"rotation": 1,
"scale": 1,
"isPositionSnapEnabled": false,
"isRotationSnapEnabled": false,
"isScaleSnapEnabled": false
},
"rect-snap-configs": {
"enableSnapping": true,
"snapThreshold": 4
},
"camera-infos": {
"f8a65797-e3ce-461a-871c-83355211b2ed": {
"position": {
"x": 35.59512661245312,
"y": 35.59512661245311,
"z": 35.5951266124531
},
"rotation": {
"x": -0.27984814233312133,
"y": 0.3647051996310009,
"z": 0.11591689595929512,
"w": 0.8804762392171493
},
"viewCenter": {
"x": 0,
"y": 0,
"z": 0
},
"contentRect": {
"x": 0,
"y": 0,
"width": 531,
"height": 419
},
"scale": 1
}
},
"camera-uuids": [
"f8a65797-e3ce-461a-871c-83355211b2ed"
],
"camera": {
"color": [
48,
48,
48,
255
],
"fov": 45,
"far": 10000,
"near": 0.01,
"wheelSpeed": 0.01,
"wanderSpeed": 10,
"enableAcceleration": true,
"size": "__default_design__",
"far2D": 10000,
"near2D": 1,
"wheelSpeed2D": 6,
"iso": 0,
"aperture": 19,
"shutter": 7
}
}