getAssetsDir method

String getAssetsDir()

Gets the directory for storing game assets.

Returns the normalized path to the assets directory.

Implementation

String getAssetsDir() {
  return normalizePath(p.join(_gameDir, 'assets'));
}