ants/src/constants.ts

9 lines
264 B
TypeScript

// material IDs for world texture R channel
// must match registration order in materials/registry.ts
export const MAT_AIR = 0;
export const MAT_SAND = 1;
export const MAT_DIRT = 2;
export const MAT_ROCK = 3;
export const MAT_FOOD = 4;
export const MAT_HOME = 5;