Parent Directory | Revision Log
Initial import.
1 | james | 14 | Enemies |
2 | ~~~~~~~ | ||
3 | Syntax of Enemies file: | ||
4 | One line per enemy, specified as E in Data file | ||
5 | number of moves, move 0 x velocity, move 0 y velocity, move 0 duration, etc | ||
6 | (velocities in pixels/frame) | ||
7 | |||
8 | Enemy objects: | ||
9 | +32 number of moves | ||
10 | +36 current move | ||
11 | +40 move 0 x velocity | ||
12 | +44 move 0 y velocity | ||
13 | +48 move 0 timer | ||
14 | +52 etc |
ViewVC Help | |
Powered by ViewVC 1.1.26 |