Skip to content

Commit

Permalink
Overmap Hordes (#2231)
Browse files Browse the repository at this point in the history
* Horde sprites for MSX overmap

* json fix of existing assets

* Missing sprite for Retrodays and ASCII overmap
  • Loading branch information
Fris0uman authored Dec 6, 2023
1 parent 7816f35 commit f62fd21
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"id": [ "overmap_horde_3", "overmap_horde_4", "overmap_horde_5", "overmap_horde_6" ],
"fg": [ "overmap_horde_small" ],
"rotates": false,
"bg": [ ]
},
{
"id": [ "overmap_horde_7", "overmap_horde_8", "overmap_horde_9", "overmap_horde_10" ],
"fg": [ "overmap_horde_big" ],
"rotates": false,
"bg": [ ]
}
]
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.
8 changes: 4 additions & 4 deletions gfx/Larwick_Overmap/pngs_overmap_tall_16x20/hordes/horde.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[
{
"id": "overmap_horde_3",
"id": [ "overmap_horde_3", "overmap_horde_4" ],
"fg": [ "overmap_horde_3" ],
"rotates": false,
"bg": [ ]
},
{
"id": "overmap_horde_4",
"id": [ "overmap_horde_5", "overmap_horde_6" ],
"fg": [ "overmap_horde_4" ],
"rotates": false,
"bg": [ ]
},
{
"id": "overmap_horde_5",
"id": [ "overmap_horde_7", "overmap_horde_8" ],
"fg": [ "overmap_horde_5" ],
"rotates": false,
"bg": [ ]
},
{
"id": "overmap_horde_6",
"id": [ "overmap_horde_9", "overmap_horde_10" ],
"fg": [ "overmap_horde_6" ],
"rotates": false,
"bg": [ ]
Expand Down
Binary file not shown.
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.
14 changes: 14 additions & 0 deletions gfx/Retrodays/pngs_tiles_10x10/overmap/horde/overmap_horde.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"id": [ "overmap_horde_3", "overmap_horde_4", "overmap_horde_5", "overmap_horde_6" ],
"fg": [ "overmap_horde_small" ],
"rotates": false,
"bg": [ ]
},
{
"id": [ "overmap_horde_7", "overmap_horde_8", "overmap_horde_9", "overmap_horde_10" ],
"fg": [ "overmap_horde_big" ],
"rotates": false,
"bg": [ ]
}
]
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.
8 changes: 4 additions & 4 deletions gfx/SurveyorsMap/pngs_overmap_tall_24x34/hordes/horde.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[
{
"id": "overmap_horde_3",
"id": [ "overmap_horde_3", "overmap_horde_4" ],
"fg": [ "overmap_horde_3" ],
"rotates": false,
"bg": [ ]
},
{
"id": "overmap_horde_4",
"id": [ "overmap_horde_5", "overmap_horde_6" ],
"fg": [ "overmap_horde_4" ],
"rotates": false,
"bg": [ ]
},
{
"id": "overmap_horde_5",
"id": [ "overmap_horde_7", "overmap_horde_8" ],
"fg": [ "overmap_horde_5" ],
"rotates": false,
"bg": [ ]
},
{
"id": "overmap_horde_6",
"id": [ "overmap_horde_9", "overmap_horde_10" ],
"fg": [ "overmap_horde_6" ],
"rotates": false,
"bg": [ ]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"id": [ "overmap_horde_3", "overmap_horde_4" ],
"fg": [ "overmap_horde_3" ],
"rotates": false,
"bg": [ ]
},
{
"id": [ "overmap_horde_5", "overmap_horde_6" ],
"fg": [ "overmap_horde_4" ],
"rotates": false,
"bg": [ ]
},
{
"id": [ "overmap_horde_7", "overmap_horde_8" ],
"fg": [ "overmap_horde_5" ],
"rotates": false,
"bg": [ ]
},
{
"id": [ "overmap_horde_9", "overmap_horde_10" ],
"fg": [ "overmap_horde_6" ],
"rotates": false,
"bg": [ ]
}
]

0 comments on commit f62fd21

Please sign in to comment.