...
This commit is contained in:
Vendored
+4
-4
@@ -117,12 +117,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Tasks/Generate a map of regions and how they connect.md",
|
||||
"file": "Tasks/Generate a csharp script to do what you did.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Generate a map of regions and how they connect"
|
||||
"title": "Generate a csharp script to do what you did"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -290,12 +290,13 @@
|
||||
},
|
||||
"active": "a4f3f788b08f3cf9",
|
||||
"lastOpenFiles": [
|
||||
"Tasks/Generate a Markdown Website.md",
|
||||
"_Tasks.base",
|
||||
"Tasks/Generate a csharp script to do what you did.md",
|
||||
"Tasks/Generate a map of regions and how they connect.md",
|
||||
"Bases/_Roles.base",
|
||||
"_Overview.md",
|
||||
"Bases/Regions.base",
|
||||
"Tasks/Generate a Markdown Website.md",
|
||||
"Untitled 2.md",
|
||||
"Tasks",
|
||||
"Notes/Artificer.md",
|
||||
@@ -333,7 +334,6 @@
|
||||
"Notes/Mountain 5.md",
|
||||
"Notes/Mountain 4.md",
|
||||
"Notes/Mountain 3.md",
|
||||
"Notes/Mountain 2.md",
|
||||
"Bases"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
category: Task
|
||||
status: Done
|
||||
---
|
||||
Create me an image that will represent a map that a player can travel all.
|
||||
|
||||
Area's a player can travel to are called regions. Find the region data by checking the markdown files with the category of region in their front matter.
|
||||
|
||||
The connection frontmatter are how the region connects. Make the regions circles, and draw lines between regions on where they connect. Use the X and Y frontmatter to determine the placement of the regions.
|
||||
+3
-2
@@ -135,10 +135,11 @@ views:
|
||||
cardOrders:
|
||||
file.file: {}
|
||||
note.status:
|
||||
Working On:
|
||||
- Map.md
|
||||
Working On: []
|
||||
Done:
|
||||
- Tasks/Generate a Markdown Website.md
|
||||
- Generate a csharp script to do what you did.md
|
||||
- Tasks/Generate a map of regions and how they connect.md
|
||||
Uncategorized: []
|
||||
columnColors:
|
||||
file.file: {}
|
||||
|
||||
Reference in New Issue
Block a user