Copy project

This commit is contained in:
schmelczerandras 2020-04-19 12:48:06 +02:00
commit 26a0fd884f
173 changed files with 157458 additions and 1 deletions

View 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