Skip to content

Commit

Permalink
Rename border field
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron committed May 14, 2024
1 parent 2802c6a commit 14937c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mercury_engine_data_structures/formats/bmsmsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from mercury_engine_data_structures.formats import BaseResource
from mercury_engine_data_structures.game_check import Game

BorderType = FlagsEnum(Int32sl,
TileBorders = FlagsEnum(Int32sl,
TOP=1,
BOTTOM=2,
LEFT=4,
Expand Down Expand Up @@ -57,7 +57,7 @@
"bottom_left" / CVector2D,
"top_right" / CVector2D,
),
"border_type" / BorderType,
"tile_borders" / TileBorders,
"tile_type" / TileType,
"icons" / make_vector(
Struct(
Expand Down

0 comments on commit 14937c1

Please sign in to comment.