mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-04-22 02:32:01 +00:00
this gamedir
This commit is contained in:
parent
cafff5ee32
commit
6788fa2319
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ class Settings {
|
|||
|
||||
#if hl
|
||||
#if MACOS_BUNDLE
|
||||
public static var settingsDir = Path.join([Sys.getEnv("HOME"), "Library", "Application Support", "MBHaxe-MBP"]);
|
||||
public static var settingsDir = Path.join([Sys.getEnv("HOME"), "Library", "Application Support", "MBHaxe-MBG"]);
|
||||
#else
|
||||
public static var settingsDir = ".";
|
||||
#end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue