This commit is contained in:
parent
16645de3b0
commit
b26a6d76bb
38 changed files with 517 additions and 137 deletions
|
@ -141,6 +141,7 @@ struct sLayerThingPlatform
|
|||
int PlatformMoveType;
|
||||
int PlatformTriStart;
|
||||
int PlatformTriCount;
|
||||
int PlatformParam0;
|
||||
};
|
||||
|
||||
struct sLayerThingTrigger
|
||||
|
@ -149,6 +150,8 @@ struct sLayerThingTrigger
|
|||
int TriggerHeight;
|
||||
int TriggerTargetX;
|
||||
int TriggerTargetY;
|
||||
int TriggerTargetW;
|
||||
int TriggerTargetH;
|
||||
};
|
||||
|
||||
struct sLayerThingFX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue