nd-specs/patterns/db_files/chunks/STAROBJVAR.hexpat

12 lines
210 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct StarObjVar {
bool enable_stars;
padding[3];
bool enable_fog;
padding[3];
float density;
float star_offset;
float max_intensity;
float global_transparency;
};