Skip to content

perf:基建奖励ADB控制器使用万能跳转#1122

Merged
MistEO merged 5 commits intomainfrom
perf/SceneManager
Mar 8, 2026
Merged

perf:基建奖励ADB控制器使用万能跳转#1122
MistEO merged 5 commits intomainfrom
perf/SceneManager

Conversation

@overflow65537
Copy link
Member

@overflow65537 overflow65537 commented Mar 8, 2026

Summary by Sourcery

更新 ADB 资源的场景管理配置,新增专用的 SceneMap,并移除已废弃的 DijiangRewards 条目。

新功能:

  • 在 ADB 资源流水线下引入用于场景管理的 SceneMap 配置。

增强:

  • 对齐主资源与 ADB 资源流水线之间的场景映射,以实现一致的场景处理。

杂务:

  • 移除已弃用的 DijiangRewards ADB 条目配置。
Original summary in English

Summary by Sourcery

Update scene manager configuration for ADB resources, adding a dedicated SceneMap and removing the obsolete DijiangRewards entry.

New Features:

  • Introduce a SceneMap configuration under the ADB resource pipeline for scene management.

Enhancements:

  • Align scene mapping between main and ADB resource pipelines for consistent scene handling.

Chores:

  • Remove the deprecated DijiangRewards ADB entry configuration.

@overflow65537 overflow65537 requested review from Copilot and zmdyy0318 and removed request for Copilot March 8, 2026 13:58
Copy link
Contributor

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经审查了你的改动,看起来非常棒!


Sourcery 对开源项目是免费的——如果你觉得我们的评审有帮助,欢迎分享 ✨
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进之后的评审。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Copilot AI review requested due to automatic review settings March 8, 2026 14:06
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

本 PR 优化了 ADB 控制器下基建奖励(DijiangRewards)的流程,改用"万能跳转"(场景管理器)方式进入基建,取代了原先的 ADB 专用入口逻辑。同时更新了主资源中传送确认按钮的模板图片引用。

Changes:

  • 新增 ADB 专用的 SceneMap.json,将"进入地图"操作从键盘快捷键 M 改为点击 TaskIcon.png 图标,适配 ADB 控制器无法使用键盘的场景
  • 删除 ADB 专用的 DijiangRewards/Entry.json 覆盖文件,使 ADB 控制器回退到主资源中基于场景管理器的统一入口流程
  • 更新主资源 SceneMap.json 中两个传送确认节点的模板图片,从 MapTeleportConfirm.png 替换为 TeleportButton.png + TeleportButtonHover.png

Reviewed changes

Copilot reviewed 3 out of 7 changed files in this pull request and generated no comments.

Show a summary per file
File Description
assets/resource_adb/pipeline/SceneManager/SceneMap.json 新增 ADB 覆盖节点 __ScenePrivateWorldEnterMapAny,使用模板匹配 + 点击替代键盘 M 键
assets/resource_adb/pipeline/DijiangRewards/Entry.json 删除 ADB 专用的基建奖励入口覆盖,回退到主资源的场景管理器方式
assets/resource/pipeline/SceneManager/SceneMap.json 传送确认节点的模板图片更新为通用按钮模板(含 hover 状态)
assets/resource_adb/image/SceneManager/WorldMenu.png 新增 ADB 专用的大世界菜单图标
assets/resource_adb/image/SceneManager/TaskIcon.png 新增 ADB 专用的任务图标(用于点击进入地图)
assets/resource_adb/image/SceneManager/MapTeleport.png 新增 ADB 专用的传送点图标
assets/resource_adb/image/SceneManager/MapMind.png 新增 ADB 专用的地图脑图标

@zmdyy0318
Copy link
Contributor

1

@MistEO MistEO merged commit e4fe412 into main Mar 8, 2026
17 checks passed
@MistEO MistEO deleted the perf/SceneManager branch March 8, 2026 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants