mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
10 lines
212 B
TypeScript
10 lines
212 B
TypeScript
![]() |
/**
|
||
|
* Used by static asset generation scripts.
|
||
|
*/
|
||
|
export const RESOURCE_DIR = "./assets_generation/resources";
|
||
|
|
||
|
/**
|
||
|
* Static assets directory used by production code.
|
||
|
*/
|
||
|
export const ASSETS_DIR = "./assets";
|