diff --git a/README.md b/README.md new file mode 100644 index 0000000..f3cfb40 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ + +## Simple book gui for gmod made with html5 + +### Installation + +Just place `book.lua` file at `.../lua/autorun/client/` folder + +### Use + +To create a book gui just follow an example below + +```lua +local testbook = vgui.Create("Book") +testbook:Draw({ + title = "Test Title", + subtitle = "Test Subtitle", + pages = { + "hello world page", + [[ +
%s
+%s
+%s
+