83 glm::vec3 starting_position = {};
84 glm::vec3 starting_velocity = {};
85 glm::vec3 starting_spread = {};
86 float starting_time_to_live = 1.0f;
87 int num_particles = BRENTA_MAX_PARTICLES;
88 float spawn_rate = 0.99f;
90 std::filesystem::path atlas_path =
"";
94 tenno::weak_ptr<Camera> cam = {};