Skip to content

Commit

Permalink
Merge pull request DFHack#159 from SquidCoderIndustries/squid-ssense-…
Browse files Browse the repository at this point in the history
…artfix

Fix art misalignment, make bookcases not tint books, and clean up the altar art
  • Loading branch information
myk002 authored Jan 25, 2025
2 parents 54d2048 + 3521161 commit 4436a58
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ Template for new versions:
## Fixes
- `stonesense`: fixed announcement text rendering off-screen with larger font sizes
- `stonesense`: screen dimensions are now properly set when overriden by a window manager
- `stonesense`: fixed glass cabinets and bookcases being misaligned by 1 pixel

## Misc Improvements
- `stonesense`: improved the way altars look

## Removed

Expand Down
2 changes: 1 addition & 1 deletion resources/Artists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This is the list of artists who have worked on Stonesense. Please update it as needed.

Dale Holdampf, StarryEyedDemonGirl
Dale Holdampf, Squid Coder, StarryEyedDemonGirl
4 changes: 4 additions & 0 deletions resources/buildings/Bookcase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
<if>
<MaterialType value="Wood" />
<sprite index="88" color="building" />
<sprite index="48" />
</if>
<else>
<!-- GreenGlass -->
<MaterialType value="Glass_Green" />
<sprite index="68" />
<sprite index="48" />
</else>
<else>
<!-- ClearGlass or CrystalGlass -->
Expand All @@ -16,8 +18,10 @@
<MaterialType value="Glass_Crystal" />
</or>
<sprite index="69" />
<sprite index="48" />
</else>
<else>
<sprite index="89" color="building" />
<sprite index="48" />
</else>
</building>
Binary file modified resources/objects.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4436a58

Please sign in to comment.