Fixed robot_lever animations.

This commit is contained in:
Lasse
2012-08-10 15:21:38 +02:00
parent 0124a76d42
commit 0b589aa314
324 changed files with 32 additions and 3 deletions

View File

@@ -1,8 +1,29 @@
Guide for robot_lever:
The first word describes the direction of the robot and the second word describes the orientation of the lever or which way the lever is pushed/pulled.
The first word describes the direction of the robot and the second word describes which way the lever is pushed/pulled.
||||||||||||||||||||||||||||||||||||||||||||||||||
can be mirrored to:
horizontal:
down_left down_right
up_right up_left
vertical:
right_down left_down
left_up right_up
--------------------------------------------------
can be played backwards to make:
horizontal:
right_right right_left
left_left left_right
down_left, right_down and up_right will need to be mirrored to create all the necesary animations (down_right, left_down and up_left).
vertical:
down_down down_up
up_up up_down
||||||||||||||||||||||||||||||||||||||||||||||||||
The following are offset by 96 pixels along the x-axis instead of 32.
vertical left_up
horizontal left_left
right_horizontal, vertical_down and vertical_up will need to be played first forward and then backwards in order for everything to appear smoothly.
mirrored vertical left_down
mirrored horizontal left_right
||||||||||||||||||||||||||||||||||||||||||||||||||