Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will close GDT-92 and GDT-76. --- <details open="true"><summary>Generated summary (powered by <a href="https://app.graphite.dev">Graphite</a>)</summary> > ## TL;DR > This pull request includes changes to the `deploy_tab.gd` file in the Rivet DevTools. The changes primarily involve reformatting and adding a line to ensure all scenes are saved before deployment. > > ## What changed > The changes in this pull request are mainly about reformatting the code to improve readability. The indentation has been changed from spaces to tabs. > > Additionally, a line of code has been added to ensure that all scenes are saved before the build and deploy button is pressed. This is to prevent any unsaved changes from being lost during the deployment process. > > ## How to test > To test these changes, follow these steps: > > 1. Open the Rivet DevTools in Godot. > 2. Navigate to the Deploy tab. > 3. Make some changes in your scenes but do not save them. > 4. Press the Build and Deploy button. > 5. Check if the changes you made are included in the deployed version. > > ## Why make this change > This change is necessary to prevent loss of unsaved changes during the deployment process. By ensuring that all scenes are saved before deployment, we can avoid potential issues and confusion for the users. The reformatting of the code also improves readability, making it easier for other developers to understand and maintain the code. </details>
- Loading branch information