You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created method to save files to newgrounds if autosync is enabled
Saving to Newgrounds automatically if autosync is enabled
Space on condition
Saving song scores
Since slots load async, wait until it finishes to autosync
Better way to check outdated data
Ensure save slot is not null
Used thx to do content comparasion
Update NewgroundsClient.hx
Ok, this was a funny one
Syntax fix + check if file is empty too
Introduce trace into function since saving save files is async too
I forgot this was an error too lol
@@ -237,6 +240,17 @@ class PreferencesMenu extends Page<OptionsState.OptionsMenuPageName>
237
240
Preferences.enabledDiscordRPC=value;
238
241
}, Preferences.enabledDiscordRPC);
239
242
#end
243
+
244
+
#if FEATURE_NEWGROUNDS
245
+
createPrefItemCheckbox('NG Save Files Auto Sync', 'When enabled, save files uploaded to NG will sync automatically with local.', function(value:Bool):Void
0 commit comments