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

feat (interface): new UDP external tileset sprite for signs #3670

Merged
merged 2 commits into from
Nov 14, 2023
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
3 changes: 2 additions & 1 deletion data/json/external_tileset/External_Tileset_DP_Normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
{ "id": "armguard_bronze", "fg": 44 },
{ "id": "overlay_worn_armguard_bronze", "fg": 45 },
{ "id": "cacao_pod", "fg": 46 },
{ "id": "overlay_wielded_cacao_pod", "fg": 46 }
{ "id": "overlay_wielded_cacao_pod", "fg": 46 },
{ "id": "f_sign", "fg": 47 }
],
"sprite_width": 32,
"sprite_height": 32
Expand Down
Binary file modified data/json/external_tileset/External_Tileset_DP_Normal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Links to relevant pull requests, for content covered below:
[#3221](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3221)
- Rewired street lights: [#3273](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3273)
- Alternative ear/tail mutation: [#3340](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3340)
- New trees: [#3626](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3626)
- Alternative sign sprite: [#3670](https://github.com/cataclysmbnteam/Cataclysm-BN/pull/3670)

## Undead People

Expand Down Expand Up @@ -72,8 +74,9 @@ Ultica are planned for the future.
- Buckler, including worn and wielded. Item specific to BN.
- Battle masks, iron and bronze, including worn sprites. Items specific to BN.
- Bronze arm guards, including worn sprites. Item specific to BN.
- Cacao pods. Item specific to BN.

### External_Tileset_DP_Large.png
### External_Tileset_DP_Tall.png

- Off state for utility light. Ability to switch on and off specific to BN.
- Alien nerve cluster, furniture added to mi-go locations in BN.
Expand All @@ -82,6 +85,9 @@ Ultica are planned for the future.
- Cherry tree uses summer sprite (plus cherry blossom coloration), summer sprite depicted without
berries, due to harvest season being moved in BN.
- Rewired street light, including active state. Furniture specific to BN.
- Cocoa tree. Terrain specific to BN.
- Cocoa plant. Terrain specific to BN.
- Override for sign sprite. Removes lettering on the front specific to DDA.

### alternative_mutation_tileset.png

Expand Down
Loading