extends RoomState func _state_physics_update(delta: float) -> void: room.camera.follow_player(delta) if match_state([PLAYING]): return