extends Node var player: Player func _ready() -> void: pass func _process(delta: float) -> void: pass