Skip to content

Commit c2ef2be

Browse files
committed
Update(Thing): Rename flags
1 parent 1179c00 commit c2ef2be

File tree

1 file changed

+4
-4
lines changed
  • libraries/libim/content/asset/thing

1 file changed

+4
-4
lines changed

libraries/libim/content/asset/thing/thing.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ namespace libim::content::asset {
4040
CogLinked = 0x400,
4141
NoCrush = 0x800,
4242
NotInEasy = 0x1000, // unknown
43-
NotInMedium = 0x2000, // unknown
43+
Wood = 0x2000, // thing is wood object
4444
HasShadow = 0x4000, // shadow on: 11_pyr_kidvsindy_2.cog, teo_introscene.cog, shs_ctladder.cog, pyr_openingcutscene.cog
4545
NotInMultiPlayer = 0x8000, // unknown
46-
NotInSinglePlayer = 0x10000, // unknown
46+
Snow = 0x10000, // thing is snow object
4747
SendingPulseEvent = 0x20000, // sends pulse interval timeout event to its cog
4848
SendingTimerEvent = 0x40000, // sends timer timeout event to its cog
4949
Hidden = 0x80000, // sol_transformer.cog, sol_redgem.cog, teo_pool.cog, teo_spiderblock.cog, vol_co-op_room.cog, pru_whipspike.cog ...
50-
Metal = 0x400000,
51-
Dirt = 0x800000,
50+
Metal = 0x400000, // thing is metal object
51+
Earth = 0x800000, // thing is earth (dirt) object
5252
Seen = 0x100000, // mark Thing as seen by player. See: gen_bubblegen.cog, gen_watersplash.cog
5353
NoSounds = 0x1000000,
5454
Underwater = 0x2000000, // swimming weap_machete.cog, teo_drops.cog, nub_lightning.cog, pru_caveamb.cog

0 commit comments

Comments
 (0)