Skip to content

Commit

Permalink
Left eye lift facial animation
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Mar 17, 2024
1 parent 649dea5 commit d33914e
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 1 deletion.
14 changes: 14 additions & 0 deletions include/scenes/tomo_left_lift.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef TOMO_SCENES_LEFT_LIFT_H
#define TOMO_SCENES_LEFT_LIFT_H

#include <tomo_scene.h>

class TomoLeftLiftScene : public TomoScene {
public:
TomoLeftLiftScene();

void rendition();
void onInteract();
};

#endif
1 change: 0 additions & 1 deletion src/scenes/tomo_interrupta.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include <scenes/tomo_blink.h>
#include <scenes/tomo_interrupta.h>

const uint8_t tomo_interrupta_1[] PROGMEM = {
Expand Down
Loading

0 comments on commit d33914e

Please sign in to comment.