|
Makes parser that contains the following identifier/action pairs
image - image drawn to the screen
xspeed - amount the conveyor tile moves whatever is on top of it to the right during a single frame, can move things to the left by making this negative. The value defaults to 0
yspeed - amount the conveyor tile moves whatever is on top of it down during a single frame, can move things upward by making this negative. The value defaults to 0
Reimplemented from Parse::Parseable.
Definition at line 179 of file Tile.cpp. |