getAssetsDir method
Gets the directory for storing game assets.
Returns the normalized path to the assets directory.
Implementation
String getAssetsDir() {
return normalizePath(p.join(_gameDir, 'assets'));
}
Gets the directory for storing game assets.
Returns the normalized path to the assets directory.
String getAssetsDir() {
return normalizePath(p.join(_gameDir, 'assets'));
}