修复部分bug

This commit is contained in:
2025-02-26 19:46:21 +08:00
parent f2176441b9
commit f364b1b347
9 changed files with 80 additions and 35 deletions
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: e18e867254e972440881f602d4e5f6fa
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: c6a6197bc054ac245a76943fb61ec0f9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+13 -9
View File
@@ -1053,15 +1053,19 @@ MonoBehaviour:
m_PostInfinity: 2
m_RotationOrder: 4
_filter:
- 0.007228916
- 0.043749984
- 0.12409639
- 0.20444278
- 0.24096388
- 0.20444278
- 0.12409639
- 0.043749984
- 0.007228916
- 0.0048309183
- 0.016401261
- 0.04532712
- 0.08293076
- 0.12053438
- 0.14946026
- 0.1610306
- 0.14946026
- 0.12053438
- 0.08293076
- 0.04532712
- 0.016401261
- 0.0048309183
--- !u!114 &-6086986437317696584
MonoBehaviour:
m_ObjectHideFlags: 3
@@ -11,13 +11,13 @@ position: -449,-3574
title: 全身检查状态
position: -436,-2338
---
<<if $isFinishedUFCheck==true>>
<<jump 结束全身检查>>
<<endif>>
===
// title: 全身检查状态
// position: -436,-2338
// ---
// <<if $isFinishedUFCheck==true>>
// <<jump 结束全身检查>>
// <<endif>>
// ===
@@ -45,14 +45,14 @@ me: 对不起了。<br>等你一觉醒来,应该就都结束了。
title: PlugFinished
position: 151,-2688
---
<<if $UfChecked == true>>
<<set $PlugAll=true>>
<<jump 结束全身检查>>
<<endif>>
===
// title: PlugFinished
// position: 151,-2688
// ---
// <<if $UfChecked == true>>
// <<set $PlugAll=true>>
// <<jump 结束全身检查>>
// <<endif>>
// ===
@@ -62,7 +62,7 @@ tags:
position: 43,-97
---
<<ModuleHightLight UF true>>
<<jump 全身检查状态>>
// <<jump 全身检查状态>>
===
@@ -99,7 +99,7 @@ EmoModule: 已与情绪模块建立连接!
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
// <<jump PlugFinished>>
===
@@ -135,7 +135,7 @@ SpeakerModule: 已与表达模块建立连接!
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
//<<jump PlugFinished>>
===
@@ -172,7 +172,7 @@ LogicModule: 已与逻辑处理模块建立连接!
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
//<<jump PlugFinished>>
===
@@ -209,7 +209,7 @@ ChipModule: 已与附加模块建立连接!
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
//<<jump PlugFinished>>
===
@@ -246,7 +246,7 @@ MemModule: 未检测到可查看的记忆卡带。
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
//<<jump PlugFinished>>
===
@@ -288,7 +288,8 @@ UfModule: 已与*UnstableFusion图像生成模块*建立连接!
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
<<jump 结束全身检查>>
//<<jump PlugFinished>>
===
@@ -326,7 +327,7 @@ EyeModule: 已与视觉模块建立连接!
->结束
<<close_screen>>
<<clear_screen>>
<<jump PlugFinished>>
//<<jump PlugFinished>>
===
@@ -3,7 +3,6 @@ tags:
colorID: 3
position: 246,-866
---
<<delete_line LineManager MemoryEye>>
me: 来吧……
<<ModuleHightLight Memory true>>
===
+7 -1
View File
@@ -68,7 +68,13 @@ position: 248,-1739
<<jump Center>>
///一些状态初始化
<<declare $emoChecked=false>>
<<declare $speakerChecked=false>>
<<declare $logicChecked=false>>
<<declare $colorChecked=false>>
<<declare $memoryChecked=false>>
<<declare $UfChecked=false>>
<<declare $eyeChecked=false>>
//没有色彩晶圆
<<Temp_RemoveChip>>
===
@@ -464,6 +464,8 @@ shitou: 这一定比原曲还要好!毕竟这是我和医生共同演奏和演
me: 哈哈。别取笑我了。
me: 结束了,让我们出去听听吧。
<<close_gear_cover>>
<<hide_dialog>>
<<jump 进入阶段5>>
+1 -1
View File
@@ -20989,7 +20989,7 @@ SpriteRenderer:
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 1134468525
m_SortingLayer: 10
m_SortingOrder: 5
m_SortingOrder: 6
m_Sprite: {fileID: 3822937466802405960, guid: fd04c28739017964789d58d573f9fabb, type: 3}
m_Color: {r: 1, g: 1, b: 1, a: 1}
m_FlipX: 0
@@ -0,0 +1,17 @@
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"DebugDataKind": 1,
"EnableArmv9SecurityFeatures": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX64": 72,
"OptimizeFor": 0
}
}