Skip to content

Commit

Permalink
Update some fields in sr bmsad header
Browse files Browse the repository at this point in the history
  • Loading branch information
dyceron authored Jan 2, 2024
1 parent 2fb3157 commit 07ce963
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mercury_engine_data_structures/formats/bmsad.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,13 +305,13 @@ def _not_implemented(code):

SRHeader = Struct(
model_name=StrId,
unk_1=Int8ul,
collision_check=Flag,
unk_2a=Float,
unk_2b=Float,
unk_2c=Float,
unk_2d=Float,
model_scale=Float,
unk_2e=Float,
unk_2f=CVector3D,
hitbox_dimensions=CVector3D,
unk_2g=Float,
unk_3=Int8ul,
unk_4=Int32ul,
Expand Down

0 comments on commit 07ce963

Please sign in to comment.