v1.3.1
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 194 B After Width: | Height: | Size: 202 B |
BIN
res/pinkie_pie.png
Normal file
BIN
res/pinkie_pie.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 198 B |
9
res/resources.h
Normal file
9
res/resources.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <genesis.h>
|
||||
|
||||
#ifndef _RES_RESOURCES_H_
|
||||
#define _RES_RESOURCES_H_
|
||||
|
||||
extern const SpriteDefinition FLUTTERSHY;
|
||||
extern const SpriteDefinition PINKIE_PIE;
|
||||
|
||||
#endif // _RES_RESOURCES_H_
|
||||
2
res/resources.res
Normal file
2
res/resources.res
Normal file
@@ -0,0 +1,2 @@
|
||||
SPRITE FLUTTERSHY "fluttershy.png" 2 2 NONE 0
|
||||
SPRITE PINKIE_PIE "pinkie_pie.png" 2 2 NONE 0
|
||||
Reference in New Issue
Block a user