-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added: guava connected: various gummy candy with candy, handful of coconut flesh with canned clams * added: vegetable sandwich with cheese connected: dried soybeans to crack; fillet of mollush to fish; golden goose egg to lemon * added: licorice, horseradish root connected: horseradish greens to young leaves; hazelnut cake to cake2 moved: cake3 to ./food/ * fixed: nonexistant cake sprite * connected: pekmez to sewage; pecorino cheese to cheese; peanutbutter spread to canned beans; military chocolate to clay lump; mayapple to guayaba * connected: rehydrated cheese and rehydrated egg to cooking oil; cheese powder to canned corn * added: raw meatball, raw sausage, raw wasteland sausage moved: wasteland sausage to ./food/meats/ * connected: space cake to cake3; spinach to young leaves * added; sponge cake, succotash, toaster pastry connected: wild sarsaparilla root with raw spaghetti; tiramisu with cake2
- Loading branch information
Showing
43 changed files
with
92 additions
and
9 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
gfx/NeoDays/pngs_tiles_10x10/items/brownie_brownie_weed_cake2_0.json
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
.../pngs_tiles_10x10/items/candy2_candy3_neccowafers_gummy_vitamins_maple_candy_candy_0.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"id": [ | ||
"clay_lump", | ||
"clay_boiled", | ||
"chocolate", | ||
"chocolate_military" | ||
], | ||
"fg": "clay_lump" | ||
} |
File renamed without changes
1 change: 0 additions & 1 deletion
1
gfx/NeoDays/pngs_tiles_10x10/items/clay_lump_clay_boiled_clay_lump_chocolate_0.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": [ | ||
"cake2", | ||
"hazelnut_cake", | ||
"tiramisu", | ||
"brownie", | ||
"brownie_weed" | ||
], | ||
"fg": "cake2" | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": [ | ||
"cake3", | ||
"space_cake", | ||
"jihelucake" | ||
], | ||
"fg": "cake3" | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"id": [ | ||
"candy", | ||
"candy2", | ||
"candy3", | ||
"candy4", | ||
"candy5", | ||
"neccowafers", | ||
"gummy_vitamins", | ||
"maple_candy" | ||
], | ||
"fg": "candy" | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": [ | ||
"cheese", | ||
"cheese_hard", | ||
"pecorino_cheese" | ||
], | ||
"fg": "cheese" | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"id": [ | ||
"guayaba", | ||
"mayapple" | ||
], | ||
"fg": "guayaba", | ||
"//": "this is a lime, rename it to a lime if we ever get limes" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"id": [ | ||
"lemon", | ||
"irradiated_lemon" | ||
"irradiated_lemon", | ||
"egg_goose_golden" | ||
], | ||
"fg": "lemon" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"id": [ | ||
"fish", | ||
"mollusk", | ||
"lunchmeat", | ||
"fried_spam", | ||
"meat_aspic", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
File renamed without changes
Binary file added
BIN
+131 Bytes
gfx/NeoDays/pngs_tiles_10x10/items/food/meats/sausage_wasteland_raw.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
7
gfx/NeoDays/pngs_tiles_10x10/items/food/sandwiches/sandwich_veggy_cheese.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": [ | ||
"sandwich_veggy_cheese", | ||
"sandwich_veggy_cheese_wheat_free" | ||
], | ||
"fg": "sandwich_veggy_cheese" | ||
} |
Binary file added
BIN
+152 Bytes
gfx/NeoDays/pngs_tiles_10x10/items/food/sandwiches/sandwich_veggy_cheese.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions
10
gfx/NeoDays/pngs_tiles_10x10/items/food/spaghetti_raw.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"id": [ | ||
"spaghetti_raw", | ||
"cracklins", | ||
"porkstick", | ||
"wild_sarsaparilla_root", | ||
"mre_hotdog" | ||
], | ||
"fg": "spaghetti_raw" | ||
} |
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"id": [ | ||
"succotash", | ||
"succotash_deluxe" | ||
], | ||
"fg": "succotash" | ||
} |
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.
Binary file added
BIN
+135 Bytes
gfx/NeoDays/pngs_tiles_10x10/items/food/vegetables/horseradish_root.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 contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ | |
"imperial_stout", | ||
"syrup", | ||
"coffee_syrup", | ||
"pekmez", | ||
"brew_whiskey", | ||
"hb_beer", | ||
"brew_hb_beer", | ||
|
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
gfx/NeoDays/pngs_tiles_10x10/items/spaghetti_raw_cracklins_porkstick_mre_hotdog_0.json
This file was deleted.
Oops, something went wrong.