-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update t_sand to use grass background
Co-authored-by: EmpressWynnter <[email protected]>
- Loading branch information
1 parent
764c2d0
commit de4dd69
Showing
18 changed files
with
222 additions
and
52 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
274 changes: 222 additions & 52 deletions
274
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand.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 |
---|---|---|
@@ -1,52 +1,222 @@ | ||
{ | ||
"id": "t_sand", | ||
"fg": "t_sand_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sand_center" | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ | ||
"t_sand_corner_nw", | ||
"t_sand_corner_sw", | ||
"t_sand_corner_se", | ||
"t_sand_corner_ne" | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ | ||
"t_sand_t_connection_n", | ||
"t_sand_t_connection_w", | ||
"t_sand_t_connection_s", | ||
"t_sand_t_connection_e" | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ | ||
"t_sand_edge_ns", | ||
"t_sand_edge_ew" | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ | ||
"t_sand_end_piece_n", | ||
"t_sand_end_piece_w", | ||
"t_sand_end_piece_s", | ||
"t_sand_end_piece_e" | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ | ||
"t_sand_unconnected", | ||
"t_sand_unconnected" | ||
] | ||
} | ||
] | ||
} | ||
[ | ||
{ | ||
"id": "t_sand", | ||
"fg": "t_sand_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sand_center", | ||
"bg": [ { "weight": 1, "sprite": "t_grass" }, { "weight": 1, "sprite": "t_grass_1" }, { "weight": 1, "sprite": "t_grass_2" } ] | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ "t_sand_corner_nw", "t_sand_corner_sw", "t_sand_corner_se", "t_sand_corner_ne" ], | ||
"bg": [ { "weight": 1, "sprite": "t_grass" }, { "weight": 1, "sprite": "t_grass_1" }, { "weight": 1, "sprite": "t_grass_2" } ] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ "t_sand_t_connection_n", "t_sand_t_connection_w", "t_sand_t_connection_s", "t_sand_t_connection_e" ], | ||
"bg": [ { "weight": 1, "sprite": "t_grass" }, { "weight": 1, "sprite": "t_grass_1" }, { "weight": 1, "sprite": "t_grass_2" } ] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ "t_sand_edge_ns", "t_sand_edge_ew" ], | ||
"bg": [ { "weight": 1, "sprite": "t_grass" }, { "weight": 1, "sprite": "t_grass_1" }, { "weight": 1, "sprite": "t_grass_2" } ] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ "t_sand_end_piece_n", "t_sand_end_piece_w", "t_sand_end_piece_s", "t_sand_end_piece_e" ], | ||
"bg": [ { "weight": 1, "sprite": "t_grass" }, { "weight": 1, "sprite": "t_grass_1" }, { "weight": 1, "sprite": "t_grass_2" } ] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ "t_sand_unconnected", "t_sand_unconnected" ], | ||
"bg": [ { "weight": 1, "sprite": "t_grass" }, { "weight": 1, "sprite": "t_grass_1" }, { "weight": 1, "sprite": "t_grass_2" } ] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "t_sand_season_summer", | ||
"fg": "t_sand_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sand_center", | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_summer" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_1" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_2" } | ||
] | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ "t_sand_corner_nw", "t_sand_corner_sw", "t_sand_corner_se", "t_sand_corner_ne" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_summer" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_1" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_2" } | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ "t_sand_t_connection_n", "t_sand_t_connection_w", "t_sand_t_connection_s", "t_sand_t_connection_e" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_summer" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_1" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_2" } | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ "t_sand_edge_ns", "t_sand_edge_ew" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_summer" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_1" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_2" } | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ "t_sand_end_piece_n", "t_sand_end_piece_w", "t_sand_end_piece_s", "t_sand_end_piece_e" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_summer" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_1" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_2" } | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ "t_sand_unconnected", "t_sand_unconnected" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_summer" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_1" }, | ||
{ "weight": 1, "sprite": "t_grass_summer_2" } | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "t_sand_season_autumn", | ||
"fg": "t_sand_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sand_center", | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_autumn" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_1" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_2" } | ||
] | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ "t_sand_corner_nw", "t_sand_corner_sw", "t_sand_corner_se", "t_sand_corner_ne" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_autumn" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_1" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_2" } | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ "t_sand_t_connection_n", "t_sand_t_connection_w", "t_sand_t_connection_s", "t_sand_t_connection_e" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_autumn" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_1" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_2" } | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ "t_sand_edge_ns", "t_sand_edge_ew" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_autumn" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_1" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_2" } | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ "t_sand_end_piece_n", "t_sand_end_piece_w", "t_sand_end_piece_s", "t_sand_end_piece_e" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_autumn" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_1" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_2" } | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ "t_sand_unconnected", "t_sand_unconnected" ], | ||
"bg": [ | ||
{ "weight": 1, "sprite": "t_grass_autumn" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_1" }, | ||
{ "weight": 1, "sprite": "t_grass_autumn_2" } | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"id": "t_sand_season_winter", | ||
"fg": "t_sand_unconnected", | ||
"multitile": true, | ||
"additional_tiles": [ | ||
{ | ||
"id": "center", | ||
"fg": "t_sand_center", | ||
"bg": [ | ||
{ "weight": 100, "sprite": "t_grass_winter" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_1" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_2" } | ||
] | ||
}, | ||
{ | ||
"id": "corner", | ||
"fg": [ "t_sand_corner_nw", "t_sand_corner_sw", "t_sand_corner_se", "t_sand_corner_ne" ], | ||
"bg": [ | ||
{ "weight": 100, "sprite": "t_grass_winter" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_1" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_2" } | ||
] | ||
}, | ||
{ | ||
"id": "t_connection", | ||
"fg": [ "t_sand_t_connection_n", "t_sand_t_connection_w", "t_sand_t_connection_s", "t_sand_t_connection_e" ], | ||
"bg": [ | ||
{ "weight": 100, "sprite": "t_grass_winter" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_1" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_2" } | ||
] | ||
}, | ||
{ | ||
"id": "edge", | ||
"fg": [ "t_sand_edge_ns", "t_sand_edge_ew" ], | ||
"bg": [ | ||
{ "weight": 100, "sprite": "t_grass_winter" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_1" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_2" } | ||
] | ||
}, | ||
{ | ||
"id": "end_piece", | ||
"fg": [ "t_sand_end_piece_n", "t_sand_end_piece_w", "t_sand_end_piece_s", "t_sand_end_piece_e" ], | ||
"bg": [ | ||
{ "weight": 100, "sprite": "t_grass_winter" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_1" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_2" } | ||
] | ||
}, | ||
{ | ||
"id": "unconnected", | ||
"fg": [ "t_sand_unconnected", "t_sand_unconnected" ], | ||
"bg": [ | ||
{ "weight": 100, "sprite": "t_grass_winter" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_1" }, | ||
{ "weight": 100, "sprite": "t_grass_winter_2" } | ||
] | ||
} | ||
] | ||
} | ||
] |
Binary file modified
BIN
-5.61 KB
(44%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_center.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.7 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_corner_ne.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.71 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_corner_nw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.67 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_corner_se.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.68 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_corner_sw.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.72 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_edge_ew.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.68 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_edge_ns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.73 KB
(42%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_end_piece_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.73 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_end_piece_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.72 KB
(43%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_end_piece_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.73 KB
(42%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_end_piece_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.63 KB
(44%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_t_connection_e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.68 KB
(44%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_t_connection_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.68 KB
(44%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_t_connection_s.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.65 KB
(44%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_t_connection_w.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-5.76 KB
(42%)
gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand_unconnected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.