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

13
help/opening_games.html Normal file
View File

@@ -0,0 +1,13 @@
<HTML>
<HEAD>
<TITLE>Opening games</TITLE></HEAD>
<BODY>
<h1>Opening games</h1>
Before you can work on a game, you must open it. To do this, select 'Open' from the 'File' menu and then select directory containing the game you want to edit. This directory must contain a valid AGI
version 2 or version 3 game.
<p>
Any changes you make to the game will be written to disk whenever you perform an operation such as adding or deleting a resource. In the built-in editors, the game is updated when you save or compile
the resource.
<p>
<a href="index.html">Back to contents</a><p>
</BODY></HTML>