From 0381bfecbacf436856b0d44cfb55144370e24aa5 Mon Sep 17 00:00:00 2001
From: shenjianxing <”315615051@qq.com“>
Date: Thu, 6 Feb 2025 13:11:06 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=8F=E8=BF=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Doc/Xml配置文档.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Doc/Xml配置文档.xml b/Doc/Xml配置文档.xml
index c658c7f1..ddcb472a 100644
--- a/Doc/Xml配置文档.xml
+++ b/Doc/Xml配置文档.xml
@@ -106,7 +106,7 @@
-
+
From 53beb1ec4e94d2797a022b2f587627d9d1f1c066 Mon Sep 17 00:00:00 2001
From: shenjianxing <”315615051@qq.com“>
Date: Thu, 6 Feb 2025 14:50:19 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=A2=9E=E5=8A=A0finish?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Assets/Scripts/Actions/LedAction.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Assets/Scripts/Actions/LedAction.cs b/Assets/Scripts/Actions/LedAction.cs
index 2b4d020a..86e3a110 100644
--- a/Assets/Scripts/Actions/LedAction.cs
+++ b/Assets/Scripts/Actions/LedAction.cs
@@ -58,7 +58,6 @@ namespace QFramework
var mat = obj.GetComponent().material;
//"99.99"
char item = number[i];
- Debug.LogError(item);
if (item == '.')
{
isPoint = true;
@@ -90,6 +89,8 @@ namespace QFramework
mat.mainTexture = Resources.Load($"Number/Mask").As();
}
}
+
+ this.Finish();
}
public void OnExecute(float dt)