Skip to content

Commit

Permalink
Add Some Extra Tile Option Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
AthallahDzaki committed Jan 21, 2024
1 parent 1c6ca35 commit c5072d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/util/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ export enum TileFlags {
}

export enum TileOptionsFlags {
MUSIC_BLOCKS_DISABLED = 0x10,
MUSIC_BLOCKS_INVIS = 0x20
MUSIC_BLOCKS_DISABLED = 0x0010,
MUSIC_BLOCKS_INVIS = 0x0020,
LOCK_ALLOW_BUILD_ONLY = 0x0040,
LOCK_ENABLE_RAINBOW = 0x0080,
}

export enum TilePropertiesFlags {
Expand Down

0 comments on commit c5072d5

Please sign in to comment.