Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for creating empty save files #2

Open
maddymakesgames opened this issue Jan 14, 2025 · 0 comments
Open

Add support for creating empty save files #2

maddymakesgames opened this issue Jan 14, 2025 · 0 comments
Assignees
Labels
feature request A new feature to add GUI Related to the celeste_rs_gui app LIB Related to the celeste_rs library

Comments

@maddymakesgames
Copy link
Owner

This should be implemented by adding Default implementations for all SaveData-related structs and then adding a button in the GUI app. It should have all vanilla data loaded in by default but zeroed out and have no modded data.

The new save file should be named [n+1].celeste where n is the largest open save file (on web) or the largest save file in the saves folder (on native).

@maddymakesgames maddymakesgames added feature request A new feature to add LIB Related to the celeste_rs library GUI Related to the celeste_rs_gui app labels Jan 14, 2025
@maddymakesgames maddymakesgames self-assigned this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A new feature to add GUI Related to the celeste_rs_gui app LIB Related to the celeste_rs library
Projects
None yet
Development

No branches or pull requests

1 participant