Skip to content

Commit

Permalink
fix: colors flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JadlionHD committed May 8, 2024
1 parent 65e4d8a commit 319a847
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/utils/enums/Tiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ export const Flags = {
FLAGS_WATER: 0x0400,
FLAGS_FIRE: 0x1000,
FLAGS_RED: 0x2000,
FLAGS_BLUE: 0x4000,
FLAGS_GREEN: 0x8000
FLAGS_BLUE: 0x8000,
FLAGS_GREEN: 0x4000,
FLAGS_YELLOW: 0x6000,
FLAGS_PURPLE: 0xa000
};

export enum ItemCollisionType {
Expand Down

0 comments on commit 319a847

Please sign in to comment.