Skip to content

Commit

Permalink
feat: Downspout, stairs, wind turbine sprites (cataclysmbnteam#5730)
Browse files Browse the repository at this point in the history
Added downspout, stairs, wind turbine
  • Loading branch information
thedyze authored Nov 18, 2024
1 parent 93dea13 commit 7e824df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion data/mods/UDP_Redux/tall.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,29 @@
"tiles-new": [
{
"file": "tall.png",
"tiles": [ { "id": "overlay_run", "fg": 0 }, { "id": "overlay_crouch", "fg": 1 } ],
"tiles": [
{ "id": "overlay_run", "fg": 0 },
{ "id": "overlay_crouch", "fg": 1 },
{ "id": "f_counter_gate_c", "fg": 2 },
{ "id": "f_counter_gate_o", "fg": 3 },
{
"id": "t_gutter_downspout",
"fg": [ { "weight": 25, "sprite": 4 }, { "weight": 25, "sprite": 5 } ],
"bg": 6,
"rotates": false,
"animated": true
},
{ "id": "t_stairs_down", "fg": 7 },
{ "id": "t_stairs_up", "fg": 8 },
{ "id": "t_wood_stairs_down", "fg": 9 },
{ "id": "t_wood_stairs_up", "fg": 10 },
{ "id": "t_wood_stairs_up_broken", "fg": 11 },
{
"id": [ "wind_turbine_ground", "wind_turbine_pillar", "wind_turbine_pillar_platform" ],
"fg": 12,
"bg": 13
}
],
"sprite_width": 64,
"sprite_height": 80,
"sprite_offset_x": -16,
Expand Down
Binary file modified data/mods/UDP_Redux/tall.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 7e824df

Please sign in to comment.