Skip to content

Commit

Permalink
Fixed bc textures for custom shields
Browse files Browse the repository at this point in the history
- fixes textures for bomb, cross, power, ice, storm and diffusion doors
- actually saved the xcf's as a backup this time so hopefully won't be
  so annoying to do in the future :P
  • Loading branch information
steven11sjf committed Sep 24, 2023
1 parent 308ca77 commit 0c89444
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 0c89444

Please sign in to comment.