mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Tiny tweaks.
This commit is contained in:
parent
037128bd2e
commit
cf868969f1
1 changed files with 4 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ root: ..
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>
|
<p>
|
||||||
Here are some of the premier projects using Torque 3D right now. This isn't
|
Here are some of the premier projects using Torque 3D right now. This isn't
|
||||||
an exhaustive list - you can see more projects over at <a href="http://torque3d.wikidot.com/main:madewithtorque">the wiki</a>,
|
an exhaustive list - you can see more projects over at <a href="http://wiki.torque3d.org/main:madewithtorque">the wiki</a>,
|
||||||
and even add your own to the list.
|
and even add your own to the list.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
@ -359,7 +359,9 @@ root: ..
|
||||||
using a custom C-like language called TorqueScript. You can create
|
using a custom C-like language called TorqueScript. You can create
|
||||||
whole games without touching a line of C++. Check this out:
|
whole games without touching a line of C++. Check this out:
|
||||||
</p>
|
</p>
|
||||||
<pre><code>$minion = new AIPlayer();
|
<pre><code>$minion = new AIPlayer() {
|
||||||
|
datablock = MinionData;
|
||||||
|
};
|
||||||
$minion.name = "Fubar";
|
$minion.name = "Fubar";
|
||||||
$minion.setMoveDestination("50 0 0");
|
$minion.setMoveDestination("50 0 0");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue