This website requires JavaScript.
Explore
Help
Sign In
KeepersCompound
/
nd-specs
Watch
1
Star
0
Fork
You've already forked nd-specs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
650aee9015
nd-specs
/
patterns
/
chunks
/
WATERBANKS.hexpat
11 lines
120 B
Plaintext
Raw
Blame
History
#pragma once
struct RGBA {
Vec3<u8> rgb;
padding[1];
float a;
};
struct WaterBanks {
RGBA banks[4];
};
Reference in New Issue
View Git Blame
Copy Permalink