This commit is contained in:
cakipaul 2025-06-26 04:39:02 +08:00
parent 87b6525577
commit 56327d3913

View File

@ -60,6 +60,8 @@ func _on_interacted():
func _debug_check_player_pos():
if not Engine.is_editor_hint():
return
var ground = EditorInterface.get_edited_scene_root().get_node("Ground") as Ground2D
if use_x_only:
ground.replace_player_to_portal = true