mirror of https://github.com/dirtbags/tanks.git
replace designer with debugger
This commit is contained in:
parent
3797d36948
commit
4e7fd57288
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ forftanks.o: forf.h ctanks.h
|
||||||
forf.o: forf.c forf.h
|
forf.o: forf.c forf.h
|
||||||
ctanks.o: ctanks.h
|
ctanks.o: ctanks.h
|
||||||
|
|
||||||
%.html: %.html.m4
|
%.html: %.html.m4 nav.html.inc
|
||||||
m4 $< > $@
|
m4 $< > $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
need a password, just ask one of the dirtbags.
|
need a password, just ask one of the dirtbags.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<form action="designer.cgi" method="post">
|
<form action="upload.cgi" method="post">
|
||||||
<fieldset id="metadata">
|
<fieldset id="metadata">
|
||||||
<legend>Information</legend>
|
<legend>Information</legend>
|
||||||
<table>
|
<table>
|
||||||
|
|
|
@ -61,8 +61,8 @@
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
To get started, head over to the <a href="designer.html">Tank
|
To get started, head over to the <a href="debugger.html">Tank
|
||||||
Designer</a> and enter the following example tank. This tank will
|
Debugger</a> and enter the following example tank. This tank will
|
||||||
move around, turn the turret, and fire if there's something in
|
move around, turn the turret, and fire if there's something in
|
||||||
front of it.
|
front of it.
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
<li><a href="intro.html">Introduction</a></li>
|
<li><a href="intro.html">Introduction</a></li>
|
||||||
<li><a href="forf.html">Forf manual</a></li>
|
<li><a href="forf.html">Forf manual</a></li>
|
||||||
<li><a href="procs.html">Tanks procedures</a></li>
|
<li><a href="procs.html">Tanks procedures</a></li>
|
||||||
<li><a href="designer.html">Tanks designer</a></li>
|
<li><a href="debugger.html">Tanks debugger</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
Loading…
Reference in New Issue