Skip to content

Commit

Permalink
[MSX] In progress craft and other WIP work icons (#529)
Browse files Browse the repository at this point in the history
* animated in progress craft 

* Add in progress disassembly

* In progress construction
  • Loading branch information
Fris0uman authored Feb 15, 2021
1 parent faa58ee commit 3387004
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions gfx/MShockXotto+/pngs_tiles_32x32/misc/craft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "craft",
"animated": true,
"fg": [
{ "weight": 15, "sprite": "craft" },
{ "weight": 15, "sprite": "craft_1" }
],
"bg": [

]
}
Binary file added gfx/MShockXotto+/pngs_tiles_32x32/misc/craft.png
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.
11 changes: 11 additions & 0 deletions gfx/MShockXotto+/pngs_tiles_32x32/misc/disassembly.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "disassembly",
"animated": true,
"fg": [
{ "weight": 15, "sprite": "disassembly" },
{ "weight": 15, "sprite": "disassembly_1" }
],
"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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"id": "tr_unfinished_construction",
"animated": true,
"fg": [
{ "weight": 15, "sprite": "tr_unfinished_construction" },
{ "weight": 15, "sprite": "tr_unfinished_construction_1" }
],
"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.

0 comments on commit 3387004

Please sign in to comment.