Skip to content

Commit

Permalink
1 bit heroes
Browse files Browse the repository at this point in the history
  • Loading branch information
goblinhack committed May 5, 2024
1 parent b855e3f commit ddeae3f
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 29 deletions.
Binary file modified data/gfx.tgz
Binary file not shown.
2 changes: 0 additions & 2 deletions src/gfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,9 @@ void gfx_init(void)
gfx_init14();
gfx_init15();
gfx_init_12x12();
gfx_init_16x16();
gfx_init2();
gfx_init_24x24();
gfx_init3();
gfx_init_32x32();
gfx_init4();
gfx_init5();
gfx_init6();
Expand Down
32 changes: 32 additions & 0 deletions src/gfx_12x12.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,38 @@ void gfx_init_12x12(void)
"floor.4",
"floor.5",
"floor.6",
"",
"",
"",
"",
"",
"",
// ##############################################################################
"player1.idle.0",
"player2.idle.0",
"player3.idle.0",
"player4.idle.0",
"",
"",
"",
"",
"",
"",
"",
"",
// ##############################################################################
"exit.0",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
// ##############################################################################
/* clang-format on */
};
Expand Down
27 changes: 0 additions & 27 deletions src/gfx_32x32.cpp

This file was deleted.

0 comments on commit ddeae3f

Please sign in to comment.