Skip to content

Commit

Permalink
Project setup stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
joethephish committed May 22, 2016
1 parent 6268c64 commit 6a6e4d2
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
*.sublime-workspace
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 0 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@
* When inklecate crashes, we should handle it specially
* Replaying a story sometimes goes through a few transitions (e.g. with The Intercept)

* Refactor - `renderer.js` is getting ugly
* Split editor and player related stuff
* Split into jquery related stuff (view) v.s. inklecate integration

* `/app`: Organise project better, with actual app files in there

* Background worker for document model
* Build simple hierarchy of document
* Knots, stitches, gathers/choices
Expand Down
8 changes: 8 additions & 0 deletions inky.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders":
[
{
"path": "."
}
]
}

0 comments on commit 6a6e4d2

Please sign in to comment.