Skip to content

Commit

Permalink
update t_sand to use grass background
Browse files Browse the repository at this point in the history
Co-authored-by: EmpressWynnter <[email protected]>
  • Loading branch information
Fris0uman and EmpressWynnter committed Nov 10, 2024
1 parent 764c2d0 commit de4dd69
Show file tree
Hide file tree
Showing 18 changed files with 222 additions and 52 deletions.
Binary file added gfx/MShockXotto+/autotiles/t_sand_multitile.png
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 gfx/MShockXotto+/pngs_tiles_32x32/terrain/t_sand/t_sand.json
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" }
]
}
]
}
]
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.
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.
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.

0 comments on commit de4dd69

Please sign in to comment.