mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Worked on getting started page.
This commit is contained in:
parent
02a805a77b
commit
7691d7dc55
|
|
@ -6,6 +6,15 @@ body {
|
|||
* Bootstrap overrides
|
||||
*/
|
||||
|
||||
.borderless th,
|
||||
.borderless td {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
tr.hrule {
|
||||
border-bottom: 1px solid #ddd;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 760px!important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,8 +10,42 @@ root: ..
|
|||
|
||||
<div class="container">
|
||||
<p>
|
||||
It is a general truism of this world that anything long divided will surely unite, and anything long united will surely divide. At the end of the Zhou Dynasty, seven kingdoms vied for supremacy, and became part of the Qin Dynasty. Similarly, after the Qin Dynasty was destroyed, Chu and Han vied for supremacy, and became a part of the Han Dynasty.
|
||||
If you don't want to bother compiling the engine yourself, but just want to
|
||||
get started working on your game, a binary distribution is just the thing for
|
||||
you. Below are links to the engine itself, and the Project Manager, a small
|
||||
utility that helps you set up new Torque projects. You should download both
|
||||
of them if you want to work with the engine.
|
||||
</p>
|
||||
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#windows-tab" data-toggle="tab">Windows</a></li>
|
||||
</ul>
|
||||
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane active" id="windows-tab">
|
||||
<table class="borderless table">
|
||||
<tr>
|
||||
<td>Current version</td>
|
||||
<td><a href="http://mit.garagegames.com/Torque3D-3-5-1.zip">Torque 3D 3.5.1</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="http://mit.garagegames.com/T3DProjectManager-2-1.zip">Project Manager 2.1</a></td>
|
||||
</tr>
|
||||
|
||||
<tr class="hrule"><td></td><td></td></tr>
|
||||
|
||||
<tr>
|
||||
<td>Previous version</td>
|
||||
<td><a href="http://mit.garagegames.com/Torque3D-3-5.zip">Torque 3D 3.5</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><a href="http://mit.garagegames.com/T3DProjectManager-2-0.zip">Project Manager 2.0</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="banner"><div class="container">
|
||||
|
|
@ -20,6 +54,10 @@ It is a general truism of this world that anything long divided will surely unit
|
|||
|
||||
<div class="container">
|
||||
<p>
|
||||
The Han Dynasty had ruled over a unified empire ever since Emperor Gaozu chopped a white serpent in half.[2] Later on, Emperor Guangwu reestablished control of the country.[3] After that, control of the empire was maintained through the generations until the time of Emperor Xian, whereupon the empire divided into three kingdoms.
|
||||
There is a wealth of learning material out there for the Torque line of engines,
|
||||
some of which has been collected
|
||||
<a href="http://www.garagegames.com/community/forums/viewthread/134078">here</a>.
|
||||
Below are some tutorials that we highly recommend to beginners, but for more
|
||||
comprehensive or specific tutorials we recommend you check the above link.
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue