Skip to content

Commit 78fb163

Browse files
committed
metal ingot in progress
1 parent e52936b commit 78fb163

File tree

84 files changed

+270
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+270
-5
lines changed

compiled/normal_items.png

6.53 KB

compiled/tile_config.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"id": "chain_link",
2+
"id": ["chain_link","lc_chain_link"],
33
"fg": [
44
"chain_link"
55
],
6-
"bg": [],
6+
"bg": ["bg_shadow_item"],
77
"rotates": false
88
}

dda/gfx/MSX++UnDeadPeopleEdition_v2/pngs_normal_items_32x32/ammo_other/chain_link/overlay_wielded_chain_link.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "overlay_wielded_chain_link",
2+
"id": ["overlay_wielded_chain_link","overlay_wielded_lc_chain_link"],
33
"fg": [
44
"chain_link"
55
],

dda/gfx/MSX++UnDeadPeopleEdition_v2/pngs_normal_items_32x32/appliances/ap_wall_wiring/ap_wall_wiring.json renamed to dda/gfx/MSX++UnDeadPeopleEdition_v2/pngs_normal_items_32x32/appliances/wall_wiring/ap_wall_wiring/ap_wall_wiring.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
],
66
"bg": [
77
],
8-
"rotates": true
8+
"rotates": false
99
}

dda/gfx/MSX++UnDeadPeopleEdition_v2/pngs_normal_items_32x32/appliances/ap_wall_wiring/ap_wall_wiring.png renamed to dda/gfx/MSX++UnDeadPeopleEdition_v2/pngs_normal_items_32x32/appliances/wall_wiring/ap_wall_wiring/ap_wall_wiring.png

File renamed without changes.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "wall_wiring",
3+
"fg": [
4+
"wall_wiring"
5+
],
6+
"bg": ["bg_shadow_item"
7+
],
8+
"rotates": false
9+
}
746 Bytes
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "10lbrass",
3+
"fg": [
4+
"10lbrass"
5+
],
6+
"bg": [
7+
"bg_shadow_item"
8+
]
9+
}
1.02 KB

0 commit comments

Comments
 (0)