
ST_Editor by RoofRabbit
STE Version 1.04
(View with WordPad.exe, tabs not quite right in NotePad.exe)
--------------------------------------------------------------------

Program Starting Point = Main() in STE_Main.bas

Main Display Window (Form) = MainFrm

--------------------------------Modules------------------------------
General.bas			General code I use often in many of my programs.
Preference.bas		User Preferences data, LoadPrefs(), SavePrefs()

STE_Main.bas		Main(), most of Tux's data types defined here
STE_Write.bas		Conversion to text form, WriteInfo, WriteLevel(filename)
STW_Read.bas		SuperTux World data definitions, LoadWorldMap(filename)
STW_Write.bas		Conversion to text form, SaveWorldText(filename)

---------------------------------Forms-------------------------------

Main Program Form (Window):
---------------------------
MainFrm.frm			Main ST_Editor Window.

SuperTux Levels Support Forms:
------------------------------
VarsFrm.frm			Level Properties Window.
NewInfoFrm.frm		SuperTux Level "info" File Properties Window.
TuxTextFrm.frm		Displays text data for level when saved (just for viewing).
HelpFrm.frm			Simple TextBox help file display.

SuperTux World Map Forms:
-------------------------
WorldFrm.frm		World Map Display.
WorldPropertiesFrm.frm	World Properties Editing Window.
LinkForm.frm		World Map Link Point Properties Window.
zTypeFrm.frm		World Map Link Point Type Selection Window.



