-
Notifications
You must be signed in to change notification settings - Fork 37
/
index.html
46 lines (38 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<html>
<head>
<title>Welcome</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<center>
<img src="logo.png">
</center>
<br>
<br>
<h2>Welcome</h2>
<p>We're glad you have chosen to use the <b>Torsion TorqueScript IDE</b>.
</p>
<h2>What is Torsion?</h2>
<p>Torsion is an integrated development environment specifically for creating and debugging TorqueScript based games and mods. It does not edit C++ source, have a WYSIWYG GUI editor, or work with TorqueX C# code... Torsion is solely focused on C++ Torque engine development using TorqueScript. Torsion is a complement to the existing tools and editors that ship with the various Torque C++ engines.
</p>
<h2>Getting Started</h2>
<p>If you want to jump right in and your new to Torsion you should start with the <a href="creating_a_new_project.html">Create a New Project</a> and <a href="using_the_debugger.html">Using the Debugger</a> walk thrus. If you've upgraded from a previous version of Torsion you should look at the <a href="ChangeLog.txt">change log</a> to see what new features we've added and bugs we've fixed.
</p>
<p>And if you're <b>really</b> bored you can always go read the <a href="credits.html">credits</a>.
</p>
<br>
<br>
<center>
<a target="_blank" href="http://www.sickheadgames.com"><img src="shlogolong.png" border="0" alt="Sickhead Games, LLC"/></a><br>
<br>
<a target="_blank" href="http://www.garagegames.com"><img src="gglogoline.png" border="0" alt="Powered By GarageGames"/></a>
</center>
<br>
<br>
<center>
<font size="-2">
Copyright © <a target="_blank" href="http://www.sickheadgames.com">Sickhead Games, LLC</a>. All rights reserved.
</font>
</center>
</body>
</html>