Got the animator fades working

This commit is contained in:
2024-08-25 16:11:06 -04:00
parent 240d4866aa
commit 14ac96988a
10 changed files with 164 additions and 139 deletions

View File

@@ -20,7 +20,7 @@ namespace BOARD_TYPES{
};
struct Cube{
V3D color;
V3D<uint32_t> color;
bool isOccupied{false};
};
};