diff --git a/README.md b/README.md index 32022d8..5971d67 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@

The friendly tool for writing game dialogue, in and for Godot

+

Getting Started | Documentation | Tutorial | Follow me 🐦!

--- @@ -36,9 +37,15 @@ There are few things that need to be ironed out to be 100% feature compatible wi - [ ] Full support for [format functions](https://yarnspinner.dev/docs/syntax/#format-functions). - [ ] In-editor dialogue editor with preview. - [ ] Fully extend the documentation of this project. -- [ ] Provide helpful anchors in the documentation. + - [ ] Document the `Option` object. + - [ ] Write the method descriptions for the `Wol` node. + - [ ] Write a basic "Hello World"-esque tutorial. + - [ ] Write a more advanced "Custom `Wol` Node" tutorial. + - [ ] Perhaps write a little bit about the internals 🤷 (?). + - [ ] Provide helpful anchors in the documentation. - [x] Porting to usable signals in Godot. - [x] Providing helpful errors when failing to compile. +- [x] Having a working repository with example code. ## Getting Help