Closed Casquall closed 2 weeks ago
On Aseprite version 1.3-rc6
I seem to have mostly fixed this on my end by changing a few lines in the theme.xml
file. It seems like the nine-patch slicing for some of the button-related sprites might have been changed accidentally in the current version (1.2.12.1.2) of this theme. Or the new version of Aseprite may just have interacted with it differently. Below I'll add some fixes and how I found where to look.
theme.xml
file just in case.theme.xml
in a text editor, Notepad, Notepad++, etc.CTRL+F
to search for these four phrases:
buttonset_item_hot
buttonset_item_pushed
buttonset_hot_focused
buttonset_item_focused
<part id="buttonset_item_hot" x="112" y="0" w1="3" w2="10" w3="3" h1="3" h2="9" h3="4" />
<part id="buttonset_item_pushed" x="112" y="16" w1="3" w2="10" w3="3" h1="4" h2="9" h3="3" />
<part id="buttonset_hot_focused" x="128" y="0" w1="3" w2="10" w3="3" h1="3" h2="9" h3="4" />
<part id="buttonset_item_focused" x="128" y="16" w1="3" w2="10" w3="3" h1="3" h2="9" h3="4" />
View -> Refresh & Reload Skin
or press F5
on your keyboard (default key for refreshing the skin).
sheet.png
in Aseprite itself.View -> Show -> Slices
.theme.xml
via the sheet.aseprite-data
file.theme.xml
, changed a few values, reloaded sheet.png
and the slices had changed.
theme.xml
can be directly changed from Asesprite or not but I basically just repeated this step until the slices were where I wanted them.These were just some things I changed/added either because I wanted an icon to be centred differently or because they were missing.
<part id="icon_user_data" x="168" y="255" w="8" h="9" />
<part id="dynamics" x="177" y="144" w="15" h="16" />
I just wanted to centre these two differently.
<part id="canvas_e" x="128" y="112" w="16" h="16" />
<part id="tool_timeline" x="176" y="128" w="16" h="16" />
sheet.png
1:1
icon in sheet.png
sheet.png
and reloaded the skin inside Aseprite.Hope this helps!~
Merged you in, thanks for the help since I don't pay enough attention to notice when Aseprite updates things on me. Drew a new timeline icon as well since it wasn't included in your drafted PR. Thanks for using my theme!
Ahh thanks, sorry I didn't include the icon itself as a transparent image. I included the blue screenshot of the sprite sheet so that if others wanted to make one themselves they'd know where to put it and/or if they wanted to copy the same icon then they could draw it in themselves. I thought including my version of the sheet.png itself with the new icon might not be the best idea just in case of any sort of copyright or so too. I should've included a small file of just the icon itself or something.
Also, I almost didn't even notice they added a new icon thing, I think I hovered my mouse over where it was meant to be and it highlighted something so I switched off the theme & there was a new button or something like that. I believe even the
On Aseprite version 1.3-rc6