File tree 1 file changed +5
-3
lines changed
libraries/libim/content/asset/thing/movement
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace libim::content::asset {
12
12
None = 0x0 ,
13
13
UseGravity = 0x1 ,
14
14
UseThrust = 0x2 ,
15
- AlignOrientWithSurface = 0x10 ,
15
+ AlignToSurface = 0x10 ,
16
16
BounceOffSurface = 0x20 ,
17
17
SticksToFloor = 0x40 ,
18
18
SticksToWall = 0x80 ,
@@ -27,10 +27,12 @@ namespace libim::content::asset {
27
27
IsCrouching = 0x10000 ,
28
28
DoNotRotateVelocity = 0x20000 ,
29
29
PartialGravity = 0x40000 , // half of world gravity
30
+ Uknown_800000 = 0x800000 , // 11_pyr_kidvsindy_2.cog
30
31
TreadingWater = 0x100000 ,
31
32
NotAffectedByThrust = 0x400000 ,
32
- Rafting = 0x2000000 , // mentioned in pru_lagoon.cog
33
- Unknown_4000000 = 0x4000000 ,
33
+ MineCar = 0x1000000 , // bab killtruck, sol mineplayer - minecar
34
+ Raft = 0x2000000 , // mentioned in pru_lagoon.cog, 02_riv - raftplayer
35
+ Jeep = 0x4000000 ,
34
36
Unknown_40000000 = 0x40000000
35
37
};
36
38
You can’t perform that action at this time.
0 commit comments