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

12 lines
195 B
Plaintext
Raw Permalink Normal View History

2024-07-14 15:33:00 +00:00
#pragma once
struct MotionSurface {
s16 texture_above;
s16 texture_below;
char texture_name_base[16];
padding[12];
};
struct FlowTex {
MotionSurface motion_surfaces[256];
};