Skip to content

Commit

Permalink
#43 added info on "Change tile heights" trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
dertseha committed Mar 4, 2016
1 parent ff57886 commit 37ebc99
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions levelObjects/12_Markers/levelMarkerEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,12 @@ Additional Visual Effects:
4: Vertical panning (including HUD, endless)


#### Trigger Action 9: Change tile heights

0000 int32 Tile X
0004 int32 Tile Y
0008 int16 Target floor height
000A int16 Target ceiling height
000C [4]byte Unknown

For the height fields the value ```0x0FFF``` indicates "don't move". Otherwise it's the target height in level height units.

0 comments on commit 37ebc99

Please sign in to comment.