initial 1.3.0

This commit is contained in:
2019-05-01 17:46:38 -04:00
commit ad86bc2a30
418 changed files with 34837 additions and 0 deletions

19
help/text_screen.html Normal file
View File

@@ -0,0 +1,19 @@
<HTML>
<HEAD>
<TITLE>text.screen</TITLE></HEAD>
<BODY>
<h1>text.screen</h1>
<B>Category</B><p>
<a href="display_commands.html">Display commands</a><p>
<B>Syntax</B><p>
<p>
text.screen();<p>
<B>Description</B><p>
<p>
Switches the interpreter to text mode (40x25). This should only be used to display text on screen, and not to use menus, print statements, receive commands from the player or manipulate graphics as
it does not have proper support for these things. It is handy for displaying text on a blank screen because you do not lose the graphics screen when you use it.
<p>
Once you have finished in text mode, you should use the <a href="graphics.html">graphics</a> command to switch back.<p>
<B>See also</B><p>
<a href="graphics.html">graphics</a><p>
</BODY></HTML>