extends Node2D func _process(_delta): if (Global.player_dead): return position.x -= 1 if position.x <= -2047: position.x = 0