# frozen_string_literal: true require 'ruby2d' require_relative 'quad_camera_tracker' # Simulates a moving camera by manipulating objects it knows class Camera # Is added to quads to manage how they show and modify # it should convert or undo the camera modification # such that it is as if the camera wasnt there and everything # is relative to the origin class <