From 00a6979442f4456434ab70d6a60d08d6f209fed9 Mon Sep 17 00:00:00 2001 From: shurongsen <1799096798@qq.com> Date: Sat, 14 Dec 2024 20:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=90=E4=BA=A42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 教学/node_2d.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/教学/node_2d.gd b/教学/node_2d.gd index 2cecd9c..b40ca84 100644 --- a/教学/node_2d.gd +++ b/教学/node_2d.gd @@ -8,4 +8,6 @@ func _ready() -> void: # Called every frame. 'delta' is the elapsed time since the previous frame. func _process(delta: float) -> void: + + pass