File: mapeditor.html

package info (click to toggle)
trackballs 1.1.4-4
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 15,660 kB
  • ctags: 2,223
  • sloc: cpp: 14,584; sh: 3,867; lisp: 3,670; makefile: 151; ansic: 23; sed: 16
file content (38 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> Trackballs - Map Editor </title>
<link title="Default style" rel="stylesheet" href="default.css" type="text/css">
</head>
<body>

<div class="toc">
<ol>
<li> <a href="index.html"> Players guide </a> </li>
<li> <a href="customizing.html"> Creating your own levels </a> </li>
<li> <a href="mapeditor.html"> Map editor </a> </li>
<li> <a href="scriptingLanguage.html"> Scripting Language </a> </li>
<li> <a href="api.html"> API Reference </a> </li>
<li> <a href="examples.html"> Examples </a> </li>
</ol>
</div>

<div class="pagebody">

<h1> The Map Editor </h1>

To start the map editor in trackballs press the "map editor" button in
the begining of the game. This brings up an empty screen with a menu
in the top. You can here select "File>Open" or "File>New" if you want
to open an existing map for editing or if you want to create a new
one. 
<p/>

For now the map editor is somewhat undocumented, but i hope to fill in
these pages with better descriptions at a later point in time. (Or if
anyone could help me with this it would be much be appreciated).
<p/>

</div>
</body>
</html>