mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Added Villagers and Heroes.
This commit is contained in:
parent
ff503f2b4e
commit
ac1d440e67
|
|
@ -120,6 +120,43 @@ root: ..
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="media col-sm-6">
|
||||
<a class="pull-left" href="http://www.villagersandheroes.com/">
|
||||
<img class="made-with-torque" src="{{page.root}}/img/villagers-and-heroes-icon.jpg" />
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="http://www.villagersandheroes.com/">Villagers and Heroes</a></h4>
|
||||
<a class="media-subheading" href="http://www.madottergames.com/">Mad Otter Games</a>
|
||||
<p>
|
||||
Villagers and Heroes, a fantasy role-playing game with a vast
|
||||
multiplayer world, is easy to learn, has an intuitive
|
||||
user-interface, and features wonderfully rich gameplay providing
|
||||
thousands of hours of exploration and challenge. The Seven Realms,
|
||||
populated with quirky characters and ghoulish beasties, offer
|
||||
hundreds of quests and an array of different gameplay styles.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="media col-sm-6">
|
||||
<a class="pull-left" href="http://www.deadlymatter.com/">
|
||||
<img class="made-with-torque" src="{{page.root}}/img/deadly-matter-icon.jpg" />
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="http://www.deadlymatter.com/">Deadly Matter</a></h4>
|
||||
<a class="media-subheading" href="http://www.studiodimsum.com/">Studio Dim Sum</a>
|
||||
<p>
|
||||
Deadly Matter is not a shooter. That doesn't mean you won't have
|
||||
to handle a weapon, but it may be a bit different from what you
|
||||
have experienced in other games. The story behind the game is
|
||||
based on science and history. Be prepared for the unknown and
|
||||
face immense forces that threaten our existence.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="media col-sm-6">
|
||||
<a class="pull-left" href="http://respawn.gobbogamessa.com/">
|
||||
|
|
@ -158,23 +195,6 @@ root: ..
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="media col-sm-6">
|
||||
<a class="pull-left" href="http://www.deadlymatter.com/">
|
||||
<img class="made-with-torque" src="{{page.root}}/img/deadly-matter-icon.jpg" />
|
||||
</a>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading"><a href="http://www.deadlymatter.com/">Deadly Matter</a></h4>
|
||||
<a class="media-subheading" href="http://www.studiodimsum.com/">Studio Dim Sum</a>
|
||||
<p>
|
||||
Deadly Matter is not a shooter. That doesn't mean you won't have
|
||||
to handle a weapon, but it may be a bit different from what you
|
||||
have experienced in other games. The story behind the game is
|
||||
based on science and history. Be prepared for the unknown and
|
||||
face immense forces that threaten our existence.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="media col-sm-6">
|
||||
<a class="pull-left" href="http://www.thecube.qut.edu.au/project/virtual-reef">
|
||||
<img class="made-with-torque" src="{{page.root}}/img/the-reef-icon.jpg" />
|
||||
|
|
|
|||
BIN
img/banner12.jpg
Normal file
BIN
img/banner12.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
BIN
img/banner13.jpg
Normal file
BIN
img/banner13.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 48 KiB |
BIN
img/banner14.jpg
Normal file
BIN
img/banner14.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
img/villagers-and-heroes-icon.jpg
Normal file
BIN
img/villagers-and-heroes-icon.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
21
index.html
21
index.html
|
|
@ -118,17 +118,20 @@ root: .
|
|||
<script type="text/javascript">
|
||||
(function() {
|
||||
var images = {
|
||||
1: 'Deadly Matter by Studio Dim Sum',
|
||||
2: 'Airship Dragoon by YorkshireRifes',
|
||||
3: 'Deadly Matter by Studio Dim Sum',
|
||||
4: 'Life is Feudal',
|
||||
5: 'Frozen Endzone by Mode 7',
|
||||
6: 'The Reef by QUT',
|
||||
7: 'By Felix Westin',
|
||||
8: 'By Felix Westin',
|
||||
9: 'BeamNG.drive by BeamNG',
|
||||
1: 'Deadly Matter by Studio Dim Sum',
|
||||
2: 'Airship Dragoon by YorkshireRifes',
|
||||
3: 'Deadly Matter by Studio Dim Sum',
|
||||
4: 'Life is Feudal',
|
||||
5: 'Frozen Endzone by Mode 7',
|
||||
6: 'The Reef by QUT',
|
||||
7: 'By Felix Westin',
|
||||
8: 'By Felix Westin',
|
||||
9: 'BeamNG.drive by BeamNG',
|
||||
10: 'Re-Spawn by Gobbo Games',
|
||||
11: 'Blood & Mana',
|
||||
12: 'Villagers and Heroes by mad Otter Games',
|
||||
13: 'Villagers and Heroes by mad Otter Games',
|
||||
14: 'Villagers and Heroes by mad Otter Games',
|
||||
};
|
||||
|
||||
function addImages() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue