Skip to content

Commit

Permalink
feat: add new solar panel sprites (#5758)
Browse files Browse the repository at this point in the history
added new solar panel sprites
  • Loading branch information
thedyze authored Nov 24, 2024
1 parent ef66e60 commit c6a368f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions data/mods/UDP_Redux/vehicle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
[
{
"type": "mod_tileset",
"compatibility": [ "UNDEAD_PEOPLE_BASE", "UNDEAD_PEOPLE" ],
"tiles-new": [
{
"file": "vehicle.png",
"tiles": [
{
"id": "vp_solar_panel",
"fg": 0,
"rotates": true,
"multitile": true,
"additional_tiles": [ { "id": "broken", "fg": 1 } ]
},
{
"id": "vp_solar_panel_v2",
"fg": 2,
"rotates": true,
"multitile": true,
"additional_tiles": [ { "id": "broken", "fg": 3 } ]
},
{
"id": "vp_reinforced_solar_panel",
"fg": 4,
"rotates": true,
"multitile": true,
"additional_tiles": [ { "id": "broken", "fg": 5 } ]
},
{
"id": "vp_reinforced_solar_panel_v2",
"fg": 6,
"rotates": true,
"multitile": true,
"additional_tiles": [ { "id": "broken", "fg": 7 } ]
},
{
"id": "vp_solar_panel_v3",
"fg": 8,
"rotates": true,
"multitile": true,
"additional_tiles": [ { "id": "broken", "fg": 9 } ]
}
],
"sprite_width": 32,
"sprite_height": 32
}
]
}
]
Binary file added data/mods/UDP_Redux/vehicle.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 c6a368f

Please sign in to comment.