extends Node static var godmode: bool = false: get: return godmode func _process(_delta: float) -> void: if Input.is_action_just_pressed("controller_godmode"): godmode = !godmode