Merged
Conversation
Contributor
There was a problem hiding this comment.
嗨——我已经审查了你的改动,看起来非常棒!
帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进之后的评审。
Original comment in English
Hey - I've reviewed your changes and they look great!
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
Contributor
There was a problem hiding this comment.
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 专用的地图脑图标 |
Contributor
|
1 |
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
MistEO
pushed a commit
that referenced
this pull request
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by Sourcery
更新 ADB 资源的场景管理配置,新增专用的 SceneMap,并移除已废弃的 DijiangRewards 条目。
新功能:
增强:
杂务:
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:
Enhancements:
Chores: