Skip to content

Commit

Permalink
Merge pull request #276 from steven11sjf/bugfix/custom-shield-textures
Browse files Browse the repository at this point in the history
Fixed bc textures for custom shields
  • Loading branch information
henriquegemignani authored Sep 24, 2023
2 parents b330673 + 0c89444 commit d71af85
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_dread_rando/door_locks/custom_door_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ class ShieldData:
sampler_params={
"texBaseColor": {"filepath": ("actors/props/doorshieldstormmissile/models"
"/textures/doorshieldstormmissile_bc.bctex")},
# "texAttributes": { "filepath": SMOOTH_ATTRIBUTES },
# "texNormals": { "filepath": SMOOTH_NORMALS }
"texAttributes": { "filepath": SMOOTH_ATTRIBUTES },
"texNormals": { "filepath": SMOOTH_NORMALS }
}
)
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit d71af85

Please sign in to comment.