Added comments to save project functions

This commit is contained in:
NSSure 2021-08-14 11:21:56 -04:00
parent f9a1cfc3d3
commit 2a40c022d0
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
/**
* Opens the save project window and initializes events for save project customization.
*/
function openSaveProjectWindow() {
//create name
var selectedPalette = getText('palette-button');
@ -16,6 +19,9 @@ function openSaveProjectWindow() {
showDialogue('save-project', false);
}
/**
* Downloads the .lpe file for the current project.
*/
function saveProject() {
var fileName = `${getValue('lpe-file-name')}.lpe`;