卫戍协议操作与识别改进、适配原型协议

This commit is contained in:
zhbaor 2024-11-19 12:54:57 +08:00
parent 6df5160a9f
commit c77a72ebd3
14 changed files with 57 additions and 30 deletions

View file

@ -369,6 +369,8 @@ class Scene:
"卫戍协议回到主页确认"
SP_ANIMATION = 1808
"卫戍协议动画"
SP_WASTE_CONFIRM = 1809
"卫戍协议浪费金币确认"
LOADING = 9998
"场景跳转时的等待界面"
CONFIRM = 9999
@ -561,6 +563,7 @@ SceneComment = {
1806: "卫戍协议结算",
1807: "卫戍协议回到主页确认",
1808: "卫戍协议动画",
1809: "卫戍协议浪费金币确认",
9998: "场景跳转时的等待界面",
9999: "确认对话框",
}