-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79cd3da
commit 844ab69
Showing
12 changed files
with
141 additions
and
47 deletions.
There are no files selected for viewing
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
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
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
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
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,15 +1,20 @@ | ||
#ifndef TANKS_DYNAMIC_SPRITES_H | ||
#define TANKS_DYNAMIC_SPRITES_H | ||
|
||
extern gfx_sprite_t *tank_bases[NUM_TANK_TYPES][16]; | ||
extern gfx_sprite_t *tank_turrets[NUM_TANK_TYPES][16]; | ||
extern gfx_sprite_t * tank_bases[NUM_TANK_TYPES][16]; | ||
extern gfx_sprite_t * tank_turrets[NUM_TANK_TYPES][16]; | ||
|
||
gfx_sprite_t * const enemy_bases_unconv[9]; | ||
gfx_sprite_t * const enemy_turrets_unconv[9]; | ||
extern gfx_sprite_t * shell_sprites[16]; | ||
|
||
extern gfx_sprite_t * const enemy_bases_unconv[9]; | ||
extern gfx_sprite_t * const enemy_turrets_unconv[9]; | ||
|
||
extern const uint8_t base_x_offsets[16]; | ||
extern const uint8_t base_y_offsets[16]; | ||
extern const uint8_t turret_x_offsets[16]; | ||
extern const uint8_t turret_y_offsets[16]; | ||
|
||
extern const uint8_t shell_x_offsets[16]; | ||
extern const uint8_t shell_y_offsets[16]; | ||
|
||
#endif //TANKS_DYNAMIC_SPRITES_H |
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
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
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
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
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
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
Binary file not shown.