mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-01-01 22:47:19 +03:00
Fixed comments
This commit is contained in:
parent
6bbd40ca62
commit
9c85cef91c
1 changed files with 2 additions and 2 deletions
|
@ -46,14 +46,14 @@ class Paths
|
||||||
/**
|
/**
|
||||||
* Shaders directory
|
* Shaders directory
|
||||||
*
|
*
|
||||||
* @default "[constants.paths.app]/public/shaders"
|
* @default "[constants.paths.appDir]/public/shaders"
|
||||||
*/
|
*/
|
||||||
public static readonly shadersDir: string = `${this.appDir}/public/shaders`;
|
public static readonly shadersDir: string = `${this.appDir}/public/shaders`;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Locales directory
|
* Locales directory
|
||||||
*
|
*
|
||||||
* @default "[constants.paths.app]/public/locales"
|
* @default "[constants.paths.appDir]/public/locales"
|
||||||
*/
|
*/
|
||||||
public static readonly localesDir: string = `${this.appDir}/public/locales`;
|
public static readonly localesDir: string = `${this.appDir}/public/locales`;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue