mirror of
https://github.com/s00500/SimpleExpressions
synced 2025-07-07 01:10:19 +00:00
Making the basic mouth work
This commit is contained in:
20
Shapes.h
20
Shapes.h
@ -2,6 +2,26 @@
|
||||
#define Shapes_h
|
||||
|
||||
|
||||
const int zeros[7][3] = {
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
};
|
||||
|
||||
const int happySimple[7][3] = {
|
||||
{0,0,0},
|
||||
{0,150,0},
|
||||
{0,150,0},
|
||||
{0,150,0},
|
||||
{0,150,0},
|
||||
{0,0,0},
|
||||
{0,0,0},
|
||||
};
|
||||
|
||||
//***********************************************************************************
|
||||
//*********************************MOUTHS DEFINES************************************
|
||||
//***********************************************************************************
|
||||
|
Reference in New Issue
Block a user