mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-13 09:20:47 +00:00
More h tag fixes.
This commit is contained in:
parent
d4cef9bb28
commit
02a805a77b
1 changed files with 6 additions and 6 deletions
|
|
@ -86,7 +86,7 @@ root: ..
|
|||
<img class="made-with-torque" src="{{page.root}}/img/life-is-feudal-icon.jpg" />
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="http://lifeisfeudal.com">Life is Feudal</a></h4>
|
||||
<h4 class="media-heading"><a href="http://lifeisfeudal.com">Life Is Feudal</a></h4>
|
||||
<p>
|
||||
Life Is Feudal challenges you to go back in time and discover
|
||||
living medieval life. You must not only survive, but find a way
|
||||
|
|
@ -178,7 +178,7 @@ root: ..
|
|||
src="{{page.root}}/img/rendering-feature.jpg"
|
||||
title="By Felix Westin"/>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Rendering</h4>
|
||||
<h3 class="media-heading">Rendering</h3>
|
||||
<p>
|
||||
Torque 3D includes both a high-performance forward-rendering basic
|
||||
lighting engine, and a deferred-rendering advanced lighting mode so
|
||||
|
|
@ -207,7 +207,7 @@ root: ..
|
|||
src="{{page.root}}/img/editors-feature.jpg"
|
||||
title="Metal Drift by Black Jacket Studios" />
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Editors</h4>
|
||||
<h3 class="media-heading">Editors</h3>
|
||||
<p>
|
||||
Torque 3D comes with everything you need to construct environments
|
||||
and levels from your assets. Shapes are imported in Collada DAE format
|
||||
|
|
@ -240,7 +240,7 @@ root: ..
|
|||
src="{{page.root}}/img/networking-feature.jpg"
|
||||
title="Frozen Endzone by Mode 7" />
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Networking</h4>
|
||||
<h3 class="media-heading">Networking</h3>
|
||||
<p>
|
||||
Since its inception as the engine behind the online shooter Tribes 2,
|
||||
Torque has consistently provided high performance, reliable networking
|
||||
|
|
@ -266,7 +266,7 @@ root: ..
|
|||
src="{{page.root}}/img/physics-feature.jpg"
|
||||
title="Pacific Demo by GarageGames" />
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Physics</h4>
|
||||
<h3 class="media-heading">Physics</h3>
|
||||
<p>
|
||||
Torque 3D provides a plugin system for physics. There is a simple
|
||||
implementation built in which can be easily swapped out for PhysX or
|
||||
|
|
@ -280,7 +280,7 @@ root: ..
|
|||
src="{{page.root}}/img/scripting-feature.jpg"
|
||||
title="Life is Feudal" />
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading">Scripts and source code</h4>
|
||||
<h3 class="media-heading">Scripts and source code</h3>
|
||||
<p>
|
||||
When you get Torque, you get everything. The entire source code is
|
||||
yours to modify under the permissive MIT license. The codebase is mature
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue