From 88f3c7531455ddb9b238a41ef12a861143d64d81 Mon Sep 17 00:00:00 2001 From: cakipaul Date: Mon, 4 Aug 2025 16:12:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20ground=20=E5=9C=A8=20edito?= =?UTF-8?q?r=20=E8=A1=A8=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scene/ground/ground.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scene/ground/ground.gd b/scene/ground/ground.gd index 03c6c255..beb188e9 100644 --- a/scene/ground/ground.gd +++ b/scene/ground/ground.gd @@ -72,9 +72,9 @@ func _ready() -> void: print("restarting: skip ground _ready()") return _validate_scene_name() - _set_camera_and_player_boundary() if Engine.is_editor_hint(): return + _set_camera_and_player_boundary() _setup_scene() _setup_runtime() _arrange_nodes_to_group(self)