From 7e10a913fd515db3c2850752a6d53fb372b93b2e Mon Sep 17 00:00:00 2001
From: fanxuehan <fanxuehan@qq.com>
Date: Tue, 29 Jun 2021 14:44:02 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=80=E4=BD=93=E6=9C=BA=E6=8B=96?=
 =?UTF-8?q?=E6=8B=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 play/assets/scene/script/runtime.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/play/assets/scene/script/runtime.js b/play/assets/scene/script/runtime.js
index 4c17bb0..d55eca2 100644
--- a/play/assets/scene/script/runtime.js
+++ b/play/assets/scene/script/runtime.js
@@ -5,6 +5,8 @@
  * LICENSE file in the root directory of this source tree.
  */
 
+cc.sys.capabilities["touches"] = true;
+
 !(function (global) {
   "use strict";
 
-- 
2.21.0