Skip to content

Commit

Permalink
feat: Added new floor sprites (#5690)
Browse files Browse the repository at this point in the history
* Added new floor sprites

* style(autofix.ci): automated formatting

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
  • Loading branch information
thedyze and autofix-ci[bot] authored Nov 9, 2024
1 parent 52a8141 commit 839a095
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,19 @@
{ "id": "t_door_makeshift_c", "fg": 152 },
{ "id": "t_door_makeshift_o", "fg": 153, "bg": 95 },
{ "id": "t_door_metal_locked", "fg": 154 },
{ "id": "t_door_metal_locked_o", "fg": 155, "bg": 127 }
{ "id": "t_door_metal_locked_o", "fg": 155, "bg": 127 },
{
"id": "t_concrete",
"fg": [
{ "weight": 90, "sprite": 157 },
{ "weight": 90, "sprite": 158 },
{ "weight": 90, "sprite": 159 },
{ "weight": 90, "sprite": 160 }
],
"bg": 156
},
{ "id": "t_floor_waxed", "fg": 161 },
{ "id": "t_floor_waxed_y", "fg": 162 }
],
"sprite_width": 32,
"sprite_height": 32
Expand Down
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 @@ -106,14 +106,15 @@ Ultica are planned for the future.
- Animated portal sprites.
- Sprites for bone cuirass and greaves. Reimplementation of previously-obsoleted bone armor specific
to BN.
- New sprites for generated sidewalks. Specific to BN.
- Updated sprites for brick walls.
- Updated/New sprites for most doors.

### External_Tileset_DP_terrain_normal.png

- Rice paddies. Terrain specific to BN.
- Niter beds. Terrain specific to BN.
- New sprites for generated sidewalks. Specific to BN.
- Updated sprites for brick walls.
- Updated/New sprites for most doors.
- New floor sprites for linoleum, concrete and waxed floors.

### External_Tileset_DP_Tall.png

Expand Down

0 comments on commit 839a095

Please sign in to comment.