From e100caedee7d9ab1545b5025635ba2e9f474c7c1 Mon Sep 17 00:00:00 2001 From: m455 Date: Tue, 7 Jan 2020 20:35:40 -0500 Subject: [PATCH] outlined the interface section --- tildemush-handbook.md | 48 ++++++++++++++++++++++++++++--------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/tildemush-handbook.md b/tildemush-handbook.md index 47df0f0..6a9fc21 100644 --- a/tildemush-handbook.md +++ b/tildemush-handbook.md @@ -18,11 +18,14 @@ tildemush, and the WITCH scripting language. - [Getting started](#getting-started) - [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Requirements](#requirements) - - [Platforms](#platforms) - - [Software](#software) - [Starting tildemush](#starting-tildemush) - [To start tildemush](#to-start-tildemush) - [Understanding the interface](#understanding-the-interface) + - [MAIN tab](#main-tab) + - [WITCH tab](#witch-tab) + - [WORLDMAP tab](#worldmap-tab) + - [SETTINGS tab](#settings-tab) + - [QUIT tab](#quit-tab) - [Using tildemush](#using-tildemush) - [Scripting with WITCH](#scripting-with-witch) - [More information](#more-information) @@ -75,8 +78,7 @@ with. tildemush provides a separate tab for scripting in WITCH. This section consists of the following topics: -- [Conventions used in this handbook](#conventions-used-in-this-handbook) -- [Requirements](#requirements) +- [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Requirements](#requirements) - [Platforms](#platforms) - [Software](#software) - [Quick start](#quick-start) @@ -119,19 +121,33 @@ any time. # Understanding the interface - +- [MAIN tab](#main-tab) +- [WITCH tab](#witch-tab) +- [WORLDMAP tab](#worldmap-tab) +- [SETTINGS tab](#settings-tab) +- [QUIT tab](#quit-tab) + +## MAIN tab + +TODO + +## WITCH tab + +TODO + +## WORLDMAP tab + +TODO + +## SETTINGS tab + +TODO + +## QUIT tab + +TODO # Using tildemush