Wiggle experiments

This commit is contained in:
Björn Gaier
2023-12-01 15:25:36 -05:00
parent 5283a4487e
commit 811562e4a5
5 changed files with 18 additions and 9 deletions

View File

@@ -30,7 +30,7 @@ namespace object {
color_idx(0) {}
void setup();
void update();
bool update();
void render();
};
}