Skip to content

Commit

Permalink
update save-editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gzh0821 committed Mar 9, 2025
1 parent 37ce5a7 commit fee3b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/save-editor/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,8 @@ const selectPlantIndex = computed(() => {
const addPlant = (selectPlantValue) => {
archiveData.value.obtainedPlants.push({
plantID: selectPlantValue,
progress: 0
progress: 0,
tutorialLevel: 0
})
}
Expand Down

0 comments on commit fee3b09

Please sign in to comment.