From 2f86967ba43918e5475bda796e3bdb26ce7a579a Mon Sep 17 00:00:00 2001
From: fanxuehan <fanxuehan@qq.com>
Date: Thu, 7 Apr 2022 15:34:32 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=80=E4=BD=93=E6=9C=BA=E8=A7=A6?=
 =?UTF-8?q?=E6=91=B8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 assets/Sbox_tracingLetters/script/runtime.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/assets/Sbox_tracingLetters/script/runtime.js b/assets/Sbox_tracingLetters/script/runtime.js
index 22e7b00..47e6ed9 100644
--- a/assets/Sbox_tracingLetters/script/runtime.js
+++ b/assets/Sbox_tracingLetters/script/runtime.js
@@ -4,6 +4,7 @@
  * This source code is licensed under the MIT license found in the
  * LICENSE file in the root directory of this source tree.
  */
+cc.sys.capabilities["touches"] = true;
 
 !(function(global) {
   "use strict";
-- 
2.21.0