Compare commits

..

No commits in common. "bba9c3e90a340d99ac410363803dd6d95ad190b2" and "823901c4680e0ceaf7f92b19ff767f249ea7a314" have entirely different histories.

View file

@ -16,17 +16,17 @@ if (os.sys() === 'macos') {
player[0].control(appy); player[0].control(appy);
//steam.appid = 480; steam.appid = 480;
//steam.userid = 8437843; steam.userid = 8437843;
os.home = os.env("HOME"); os.home = os.env("HOME");
/*steam.path = { steam.path = {
windows: `C:/Program Files (x86)/Steam/userdata/${steam.userid}/${steam.appid}`, windows: `C:/Program Files (x86)/Steam/userdata/${steam.userid}/${steam.appid}`,
macos: `${os.home}/Library/Application Support/Steam/userdata/${steam.userid}/${steam.appid}`, macos: `${os.home}/Library/Application Support/Steam/userdata/${steam.userid}/${steam.appid}`,
linux: `${os.home}/.local/share/Steam/userdata/${steam.userid}/${steam.appid}` linux: `${os.home}/.local/share/Steam/userdata/${steam.userid}/${steam.appid}`
}; };
*/
var otherpath = { var otherpath = {
windows:`C:/Users/${os.user}/Saved Games`, windows:`C:/Users/${os.user}/Saved Games`,
macos: `${os.home}/Library/Application Support`, macos: `${os.home}/Library/Application Support`,
@ -468,6 +468,6 @@ Cmdline.register_cmd("l", function(n) {
return { return {
Resources, Resources,
Cmdline, Cmdline,
cmd_args cmd_args,
steam
}; };