From 676410b9698fb65252297532f10c7e6a1f04c2e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20H=C3=BCbner?= Date: Fri, 21 Sep 2018 21:21:05 +0200 Subject: [PATCH] add README.md and LICENSE stub --- LICENSE | 0 README.md | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..4531fa4 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +godot-vn +----------- + + +## What is this? +It's a small project, based around a virtual machine and DSL for dialog I wrote for a previous game, cleaning it up and putting it in the public domain. + +## Why would I be interested? +Are you using godot, needing a simple dialog DSL with support for things like functions that dialog yields on before continuing as well as easy extensibility? It's even reasonably easy to integrate this in some other kind of game, the supplied use just happens to be one for a kind of VN template. + +Like for instance, in the game I used it for, dialog was activated by walking up to things, and it was even used in popups, not necessarily only in full screen-covering dialog, even if thats the use it is most fitting for. + +## How do I use it? +... TODO + +## How does it work? +... TODO + +## License +MIT/X11, see LICENSE