Skip to content

Commit

Permalink
Update Retrodays tileset
Browse files Browse the repository at this point in the history
Add planters, autoclaves, dishwashers, and colored doors.
  • Loading branch information
anothersimulacrum committed Aug 25, 2019
1 parent 984f345 commit d443c93
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
50 changes: 35 additions & 15 deletions gfx/RetroDaysTileset/tile_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7681,7 +7681,27 @@
{ "id": "overlay_male_mutation_AMORPHOUS", "fg": 2964 },
{ "id": "overlay_mutation_PER_SLIME", "fg": 2965 },
{ "id": "overlay_male_mutation_PER_SLIME", "fg": 2966 },
{ "id": "overlay_mutation_PER_SLIME_OK", "fg": 2967 }
{ "id": "overlay_mutation_PER_SLIME_OK", "fg": 2967 },
{ "id": "f_planter", "fg": 2968, "rotates": false },
{ "id": "f_planter_seed", "fg": 2969, "rotates": false },
{ "id": "f_planter_seedling", "fg": 2970, "rotates": false },
{ "id": "f_planter_mature", "fg": 2971, "rotates": false },
{ "id": "f_planter_harvest", "fg": 2972, "rotates": false },
{ "id": "vp_autoclave", "fg": 2973, "rotates": false },
{ "id": [ "f_autoclave", "f_autoclave_full" ], "fg": 2974, "rotates": false },
{ "id": "vp_dishwasher", "fg": 2975, "rotates": false },
{ "id": "t_door_gray_o", "fg": 2976, "rotates": false },
{ "id": "t_door_gray_c", "fg": 2977, "rotates": false },
{ "id": "t_door_gray_b", "fg": 2978, "rotates": false },
{ "id": "t_door_red_o", "fg": 2979, "rotates": false },
{ "id": "t_door_red_c", "fg": 2980, "rotates": false },
{ "id": "t_door_red_b", "fg": 2981, "rotates": false },
{ "id": "t_door_green_o", "fg": 2982, "rotates": false },
{ "id": "t_door_green_c", "fg": 2983, "rotates": false },
{ "id": "t_door_green_b", "fg": 2984, "rotates": false },
{ "id": "t_door_white_o", "fg": 2985, "rotates": false },
{ "id": "t_door_white_c", "fg": 2986, "rotates": false },
{ "id": "t_door_white_b", "fg": 2987, "rotates": false }
]
},
{
Expand All @@ -7691,20 +7711,20 @@
"sprite_offset_x": -5,
"sprite_offset_y": -10,
"tiles": [
{ "id": "mon_dragon_dummy", "fg": 2976, "rotates": false },
{ "id": "mon_tyrannosaurus", "fg": 2977, "rotates": false },
{ "id": "mon_triceratops", "fg": 2978, "rotates": false },
{ "id": "mon_fungaloid_queen", "fg": 2979 },
{ "id": "mon_fungaloid_seeder", "fg": 2980 },
{ "id": "mon_fungaloid_tower", "fg": 2981 },
{ "id": "mon_skeleton_hulk", "fg": 2982, "rotates": false },
{ "id": "mon_zombie_kevlar_2", "fg": 2983, "rotates": false },
{ "id": "mon_zombie_hulk_pk", "fg": 2984, "rotates": false },
{ "id": "mon_zombie_hulk", "fg": 2984, "rotates": false },
{ "id": "overlay_mutation_THRESH_URSINE", "fg": 2985 },
{ "id": "overlay_mutation_THRESH_CATTLE", "fg": 2986 },
{ "id": "overlay_male_mutation_THRESH_CATTLE", "fg": 2987 },
{ "id": "overlay_mutation_THRESH_LIZARD", "fg": 2988 }
{ "id": "mon_dragon_dummy", "fg": 2992, "rotates": false },
{ "id": "mon_tyrannosaurus", "fg": 2993, "rotates": false },
{ "id": "mon_triceratops", "fg": 2994, "rotates": false },
{ "id": "mon_fungaloid_queen", "fg": 2995 },
{ "id": "mon_fungaloid_seeder", "fg": 2996 },
{ "id": "mon_fungaloid_tower", "fg": 2997 },
{ "id": "mon_skeleton_hulk", "fg": 2998, "rotates": false },
{ "id": "mon_zombie_kevlar_2", "fg": 2999, "rotates": false },
{ "id": "mon_zombie_hulk_pk", "fg": 3000, "rotates": false },
{ "id": "mon_zombie_hulk", "fg": 3000, "rotates": false },
{ "id": "overlay_mutation_THRESH_URSINE", "fg": 3001 },
{ "id": "overlay_mutation_THRESH_CATTLE", "fg": 3002 },
{ "id": "overlay_male_mutation_THRESH_CATTLE", "fg": 3003 },
{ "id": "overlay_mutation_THRESH_LIZARD", "fg": 3004 }
]
},
{
Expand Down
Binary file modified gfx/RetroDaysTileset/tiles.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 d443c93

Please sign in to comment.