-
Notifications
You must be signed in to change notification settings - Fork 31
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 a method to rename a user profile to ModLoaderUserProfile
#287
Comments
Hi, would love to contribute |
@kyooosukedn, sure thing! Let me know if you have any questions. You can start by looking at profile.gd. Here is the function that creates a profile: godot-mod-loader/addons/mod_loader/api/profile.gd Lines 69 to 95 in 19a7b7f
There, you can see how profiles are stored. Let me know if something is unclear. You can also read the Contributing Guidelines to get an idea of how you can start contributing. |
Thank you for welcoming :) |
closed by #352 |
rename_profile(old_profile_name: String, new_profile_name: String)
toModLoaderUserProfile
The text was updated successfully, but these errors were encountered: