Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix art misalignment, make bookcases not tint books, and clean up the altar art #159

Merged
merged 5 commits into from
Jan 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading