Moving&Changing blocks UPDATE
kubpica @darfie196steam_community_announcementsworkshop
v0.3 Update!
Change log:
--> Added change action assignable to blocks in the block editor. Change-block will be changed into another. Useful for creating animated blocks or mechanisms that change over time.
- Change-blocks can be configured in many ways:
- {STEAM_CLAN_IMAGE}/38671986/c1317f174f490bbbb3d27c4bc90169d866ddcc2c.png
- Change list - The block will turn into items placed here. (List of blocks to change into)
- Change activation mode - How the change will be activated.
- At Start - The block will start moving/changing at the start of the level or when placed ingame.
- Triggered - The block will start moving/changing when the action is triggered (the movement can't be stopped).
- Toggled - Movement/changing of the block will be toggled on/off when the action is triggered.
- Row by row - The blocks will be swapped in the row by row order as set in "Change list".
- Random - The blocks will be swapped in random order.
- Unique-Random - The blocks will be replaced in random order, but each will appear once in one series.
- Single Block - The block will be changed only once.
- Single Series - The block will keep turning into specific blocks for a certain amount of time.
- Loop - The block will keep turning into specific blocks in loop (until it is toggled off manually).
- At Start, Triggered, Toggled same as above.
- Up - The block will move up.
- UpRight - The block will move diagonally up and to the right.
- Right - The block will move to the right.
- DownRight - The block will move diagonally down and to the right.
- Down - The block will move down.
- DownLeft - The block will move diagonally down and to the left.
- Left - The block will move to the left.
- UpLeft - The block will move diagonally up and to the left.
- None (0) - The block will not change its direction of movement when it encounters an obstacle.
- Turn HalfRight (+45) - The block will change its direction of movement 45 degrees to the right when it encounters an obstacle.
- Turn Right (+90) - 90 degrees to the right
- Turn Right&Half (+135) - 135 degrees to the right
- Turn Around (180) - changes direction of movement by 180 degrees
- Turn Left&Half (-135) - 135 degrees to the left
- Turn Left (-90) - 90 degrees to the left
- Turn HalfLeft (-45) - 45 degrees to the left
- Turn Smart (+-90 / 180) - When the block encounters an obstacle first it will try to go to its left or right, and if there are blocks on both sides, it will turn around.
- Random (?) - changes direction of movement by random degrees
- Bounce (/\\) - The block will change (one dimension of) its movement direction to the opposite - As if it bounced off the encountered obstacle.
