diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-05 00:04:59 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-02-05 00:04:59 -0800 |
commit | 5f55c082225eb1f6dac3c7c13dc2c723b361f059 (patch) | |
tree | c083b45e2578e9584ac5a4823131e330ec7e0809 | |
parent | Flip 180 degrees the images for: (diff) | |
download | cataclysm-dda-tileset_undeadpeople-5f55c082225eb1f6dac3c7c13dc2c723b361f059.tar.xz |
Switch the console terrain to use the console furniture animated version.
-rw-r--r-- | tile_config.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tile_config.json b/tile_config.json index c3f1217..cfcff6e 100644 --- a/tile_config.json +++ b/tile_config.json @@ -17131,8 +17131,11 @@ {"id": "overlay_wielded_t_centrifuge", "fg": 10457, "rotates": false}, {"id": "t_centrifuge", "fg": 10457, "bg": 9161, "rotates": false}, {"id": "overlay_wielded_t_console", "fg": 10458, "rotates": false}, -{"id": "t_console", "fg": 10458, "rotates": false}, -{"id": ["t_console_broken", "t_console_broken_test"], "fg": 10459, "rotates": false}, +{"id": "t_console", "fg": [{"weight": 10, "sprite": 12390}, +{"weight": 10, "sprite": 12391}, +{"weight": 10, "sprite": 12392}, +{"weight": 10, "sprite": 12393}], "animated": true}, +{"id": ["t_console_broken", "t_console_broken_test"], "fg": 12394, "rotates": false}, {"id": "overlay_wielded_t_diesel_tank", "fg": 10460}, {"id": "t_diesel_tank", "fg": 10460, "bg": 9162}, {"id": "overlay_wielded_t_diesel_tank_smashed", "fg": 10461, "rotates": false}, |