From ea219102553e60ccfb50138c769f0c2b49cc2225 Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 15 Mar 2015 23:14:13 +0100 Subject: [PATCH 1/2] Downloads are now available. --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b9488e2..b05297a 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ This is a Marble Puzzle/Exploration Game developed in the practical course at the institute for Computer Graphics and Multimedia at the RWTH Aachen. ##Downloads -See [release page](https://github.com/Faerbit/Saxum/releases) for downloads(Coming soon(tm)). +See [release page](https://github.com/Faerbit/Saxum/releases) for downloads. ##Controls You can control the camera by moving the mouse. You can zoom with the mouse wheel. From 10a87be81f8d30b540785eb9c7a638145b09761e Mon Sep 17 00:00:00 2001 From: Fabian Date: Sun, 15 Mar 2015 23:15:25 +0100 Subject: [PATCH 2/2] Gave a few infos about modding. --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b05297a..1648f42 100644 --- a/Readme.md +++ b/Readme.md @@ -21,5 +21,4 @@ In theory this should also compile on OS X. Since I do not own a Mac it is impos If you get it compiling, please get in touch with me afterwards. ##Modding -In theory the game is highly moddable. If you're interested in this, please get in touch with me, -so I can explain the workflow to you. +In theory the game is highly moddable. For modding some knowledge in XML and Lua is required. If you're interested in this, please get in touch with me, so I can explain the workflow to you.