2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:07:42 +00:00

Initial CCollisionActor imps, minor cleanup

This commit is contained in:
2017-02-20 19:29:28 -08:00
parent 50fe6d34ab
commit fc51cd38aa
17 changed files with 444 additions and 26 deletions

View File

@@ -42,6 +42,7 @@ enum class EMaterialTypes
Character = 33,
Trigger = 34,
Projectile = 35,
Bomb = 36,
GroundCollider = 37,
ThirtyEight = 38,
Scannable = 39,
@@ -50,11 +51,15 @@ enum class EMaterialTypes
Occluder = 42,
Immovable = 43,
Debris = 44,
PowerBomb = 45,
Unknown46 = 46,
CollisionActor = 47,
AIBlock = 48,
Platform = 49,
NonSolidDamageable = 50,
PlatformSlave = 52,
Unknown54 = 54,
Unknwon55 = 55,
Unknown55 = 55,
ExcludeFromLineOfSightTest = 56,
SixtyThree = 63
};