Copy project
This commit is contained in:
parent
ce7a467af7
commit
26a0fd884f
173 changed files with 157458 additions and 1 deletions
19
sprite_generator/output/sprites.h
Normal file
19
sprite_generator/output/sprites.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef SPRITES_H
|
||||
#define SPRITES_H
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
c
|
||||
// AUTO-GENERATED
|
||||
|
||||
const uint16_t small_character_moving[4][5][1];
|
||||
const uint16_t spaceship_idle[1][36][3];
|
||||
const uint16_t table[1][3][1];
|
||||
const uint16_t exhaust[1][5][1];
|
||||
const uint16_t small_asteroid[7][8][1];
|
||||
const uint16_t stars[3][3][1];
|
||||
const uint16_t heart_blinking[2][7][1];
|
||||
const uint16_t beds[1][8][1];
|
||||
const uint16_t turret_controller[1][7][1];
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue