mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
15 lines
287 B
TypeScript
15 lines
287 B
TypeScript
/**
|
|
* 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";
|