Skip to content

Commit

Permalink
[NeoDays] Canned sprite (#2134)
Browse files Browse the repository at this point in the history
* connected: mounted plugged 3-inch ordinance cannon with mounted m1918

* added: unique plastic cup, foil cup, tin cup
changed: unsealed plastic cup to better reflect color of plastic
trimmed: ceramic cup

* added: extension cord and outdoor extension cord

* connected: wheel pair of small rail wheels (item and vehicle part) to caster wheels (item and vehicle part)

* overhauled: tin cans. (new) large tin can inherits previous small tin cans json; previous small tin can renamed to medium tin can; new small tin can
cleaned: aluminum can, unsealed tin can
  • Loading branch information
Golfavel authored Sep 17, 2023
1 parent 6b3e294 commit 75527f2
Show file tree
Hide file tree
Showing 29 changed files with 34 additions and 15 deletions.
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/items/can_drink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": [
"can_drink",
"popcan_stove"
],
"fg": "can_drink"
}

This file was deleted.

7 changes: 0 additions & 7 deletions gfx/NeoDays/pngs_tiles_10x10/items/can_food.json

This file was deleted.

Binary file modified gfx/NeoDays/pngs_tiles_10x10/items/can_food.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/items/can_food_big.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": [
"can_food_big",
"paint_can_steel"
],
"fg": "can_food_big"
}
Binary file added gfx/NeoDays/pngs_tiles_10x10/items/can_food_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

Binary file added gfx/NeoDays/pngs_tiles_10x10/items/can_medium.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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
@@ -0,0 +1,7 @@
{
"id": [
"ceramic_cup",
"ceramic_mug"
],
"fg": "ceramic_cup"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions gfx/NeoDays/pngs_tiles_10x10/items/vehicle/wheel_caster.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"id": [
"wheel_caster",
"wheel_rail_small_pair"
],
"fg": "wheel_caster"
}
3 changes: 2 additions & 1 deletion gfx/NeoDays/pngs_tiles_10x10/vehicle/vp_mounted_m1918.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"vp_mounted_m1918",
"vp_flamethrower",
"vp_tow_launcher",
"vp_tow_turret"
"vp_tow_turret",
"vp_plugged_3in_ordnance_rifle"
],
"fg": "vp_mounted_m1918",
"bg": "background_black",
Expand Down
5 changes: 4 additions & 1 deletion gfx/NeoDays/pngs_tiles_10x10/vehicle/vp_wheel_caster.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"id": "vp_wheel_caster",
"id": [
"vp_wheel_caster",
"vp_rail_wheel_small_pair"
],
"fg": "vp_wheel_caster",
"rotates": true,
"multitile": true,
Expand Down

0 comments on commit 75527f2

Please sign in to comment.