outlined the interface section

main
m455 2020-01-07 20:35:40 -05:00
parent 8566b819ba
commit e100caedee
1 changed files with 32 additions and 16 deletions

View File

@ -18,11 +18,14 @@ tildemush, and the WITCH scripting language.
- [Getting started](#getting-started) - [Getting started](#getting-started)
- [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Conventions used in this handbook](#conventions-used-in-this-handbook)
- [Requirements](#requirements) - [Requirements](#requirements)
- [Platforms](#platforms)
- [Software](#software)
- [Starting tildemush](#starting-tildemush) - [Starting tildemush](#starting-tildemush)
- [To start tildemush](#to-start-tildemush) - [To start tildemush](#to-start-tildemush)
- [Understanding the interface](#understanding-the-interface) - [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) - [Using tildemush](#using-tildemush)
- [Scripting with WITCH](#scripting-with-witch) - [Scripting with WITCH](#scripting-with-witch)
- [More information](#more-information) - [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: This section consists of the following topics:
- [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Conventions used in this handbook](#conventions-used-in-this-handbook) - [Requirements](#requirements)
- [Requirements](#requirements)
- [Platforms](#platforms) - [Platforms](#platforms)
- [Software](#software) - [Software](#software)
- [Quick start](#quick-start) - [Quick start](#quick-start)
@ -119,19 +121,33 @@ any time.
# Understanding the interface # Understanding the interface
<!-- messy notes for this section begin here This section consists of the following topics:
tildemush runs on the command line and contains the following
tabs:
* MAIN - [MAIN tab](#main-tab)
* WITCH - [WITCH tab](#witch-tab)
* WORLDMAP - [WORLDMAP tab](#worldmap-tab)
* SETTINGS - [SETTINGS tab](#settings-tab)
* Chatroom - [QUIT tab](#quit-tab)
*
with usernames, but it also has different areas users can exist ## MAIN tab
in. Each area contains users and objects.
--> TODO
## WITCH tab
TODO
## WORLDMAP tab
TODO
## SETTINGS tab
TODO
## QUIT tab
TODO
# Using tildemush # Using tildemush