Skip to content

Commit

Permalink
feat: Extended sidewalk visuals (#5657)
Browse files Browse the repository at this point in the history
Extend sidewalk visuals
  • Loading branch information
thedyze authored Nov 3, 2024
1 parent 3eabe90 commit 5596b09
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,50 @@
{ "id": "t_shrub_blueberry_season_spring", "fg": 19 },
{ "id": "t_shrub_blueberry_season_summer", "fg": 20 },
{ "id": "t_shrub_strawberry_season_spring", "fg": 21 },
{ "id": "t_shrub_strawberry_season_summer", "fg": 22 }
{ "id": "t_shrub_strawberry_season_summer", "fg": 22 },
{
"id": "t_sidewalk",
"fg": [
{ "weight": 90, "sprite": 23 },
{ "weight": 90, "sprite": 24 },
{ "weight": 90, "sprite": 25 },
{ "weight": 90, "sprite": 26 },
{ "weight": 8, "sprite": 27 },
{ "weight": 1, "sprite": 28 },
{ "weight": 1, "sprite": 29 },
{ "weight": 6, "sprite": 30 },
{ "weight": 1, "sprite": 31 },
{ "weight": 1, "sprite": 32 },
{ "weight": 2, "sprite": 33 },
{ "weight": 2, "sprite": 34 },
{ "weight": 2, "sprite": 35 },
{ "weight": 1, "sprite": 36 },
{ "weight": 1, "sprite": 37 },
{ "weight": 1, "sprite": 38 },
{ "weight": 6, "sprite": 39 },
{ "weight": 6, "sprite": 40 },
{ "weight": 6, "sprite": 41 },
{ "weight": 6, "sprite": 42 },
{ "weight": 8, "sprite": 43 },
{ "weight": 12, "sprite": 44 },
{ "weight": 12, "sprite": 45 },
{ "weight": 12, "sprite": 46 },
{ "weight": 12, "sprite": 47 },
{ "weight": 2, "sprite": 48 },
{ "weight": 12, "sprite": 49 },
{ "weight": 12, "sprite": 50 },
{ "weight": 12, "sprite": 51 },
{ "weight": 4, "sprite": 52 },
{ "weight": 12, "sprite": 53 },
{ "weight": 6, "sprite": 54 },
{ "weight": 12, "sprite": 55 },
{ "weight": 12, "sprite": 56 },
{ "weight": 12, "sprite": 57 },
{ "weight": 4, "sprite": 58 },
{ "weight": 5, "sprite": 59 },
{ "weight": 2, "sprite": 60 }
]
}
],
"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 @@ -104,6 +104,7 @@ 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.

### External_Tileset_DP_terrain_normal.png

Expand Down

0 comments on commit 5596b09

Please sign in to comment.