Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krepe-suZette committed Nov 15, 2018
1 parent cbdb352 commit 60ebbda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abunpack.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ def save_processed_resources(self, output_dir):
name = rename.normalize(name)
res.set_path(new_path, name)
elif eq_path(path, "assets/characters//pic_he"):
res.set_path(cf_dir["assets/sprites/ui/icon/skillicon"], name)
res.set_path(cf_dir["assets/characters//pic_he"], name)

# Character::spine (인형 SD)
elif eq_path(path, "assets/characters//spine"):
Expand Down
2 changes: 1 addition & 1 deletion config_dir.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"assets/resources/dabao/profilesconfig": "text/profilesconfig",
"assets/resources/dabao/pics/icons/equip": "icon/equip",
"assets/characters//pic": "pic",
"assets/characters//pic_he": "pic",
"assets/characters//pic_he": "pic/he",
"assets/characters//spine": "spine",
"assets/sprites/ui/icon/skillicon": "icon/skillicon",
"_extra":{
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import acb2wav


__version__ = "2.2.1"
__version__ = "2.2.2"


def main():
Expand Down

0 comments on commit 60ebbda

Please sign in to comment.