From 2aca4247c5d0c7061a300517178dd31316b65fab Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 15 Feb 2024 14:01:30 +0000 Subject: Initial commit --- src/components/Editor/Quest/QuestOptionsPanel.vue | 154 +++++++++++++++++ .../Editor/Quest/QuestTasksOptionsPanel.vue | 75 ++++++++ .../Editor/Quest/Task/TaskConfiguration.vue | 191 +++++++++++++++++++++ .../Editor/Quest/Task/TaskConfigurationRow.vue | 156 +++++++++++++++++ 4 files changed, 576 insertions(+) create mode 100644 src/components/Editor/Quest/QuestOptionsPanel.vue create mode 100644 src/components/Editor/Quest/QuestTasksOptionsPanel.vue create mode 100644 src/components/Editor/Quest/Task/TaskConfiguration.vue create mode 100644 src/components/Editor/Quest/Task/TaskConfigurationRow.vue (limited to 'src/components/Editor/Quest') diff --git a/src/components/Editor/Quest/QuestOptionsPanel.vue b/src/components/Editor/Quest/QuestOptionsPanel.vue new file mode 100644 index 0000000..3495d60 --- /dev/null +++ b/src/components/Editor/Quest/QuestOptionsPanel.vue @@ -0,0 +1,154 @@ + + + + + + diff --git a/src/components/Editor/Quest/QuestTasksOptionsPanel.vue b/src/components/Editor/Quest/QuestTasksOptionsPanel.vue new file mode 100644 index 0000000..12b1263 --- /dev/null +++ b/src/components/Editor/Quest/QuestTasksOptionsPanel.vue @@ -0,0 +1,75 @@ + + + + + + + diff --git a/src/components/Editor/Quest/Task/TaskConfiguration.vue b/src/components/Editor/Quest/Task/TaskConfiguration.vue new file mode 100644 index 0000000..5c6613a --- /dev/null +++ b/src/components/Editor/Quest/Task/TaskConfiguration.vue @@ -0,0 +1,191 @@ + + + + + + diff --git a/src/components/Editor/Quest/Task/TaskConfigurationRow.vue b/src/components/Editor/Quest/Task/TaskConfigurationRow.vue new file mode 100644 index 0000000..fb872a8 --- /dev/null +++ b/src/components/Editor/Quest/Task/TaskConfigurationRow.vue @@ -0,0 +1,156 @@ + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2