phantasmal-world/assets_generation/index.ts

15 lines
287 B
TypeScript
Raw Normal View History

/**
* Used by static asset generation scripts.
*/
export const RESOURCE_DIR = "./assets_generation/resources";
/**
* Static assets directory used by runtime code.
*/
export const ASSETS_DIR = "./assets";
/**
* Source directory of runtime code.
*/
export const SRC_DIR = "./src";