Add story basic framework

This commit is contained in:
Matteo Settenvini 2024-09-01 14:28:50 +02:00
parent 7701e7119f
commit 7eec6ce4da
8 changed files with 424 additions and 307 deletions

View file

@ -0,0 +1,29 @@
{
"folders": [
{
"name": "Ink Story",
"path": "story"
},
{
"name": "WebPack Sources",
"path": "src"
},
{
"name": "Toplevel",
"path": "."
}
],
"extensions": {
"recommendations": [
"ban.spellright"
]
},
"settings": {
"spellright.language": ["en-US"],
"[plaintext]": {
"editor.wordWrap": "bounded",
"editor.wordWrapColumn": 80
}
}
}