I64 AnimationSize = 100; I64 AnimationLength = 50; U8 Frames[200][200][200]; // [Frame][y][x] U8 Frame=0; class XY{ I64 x; I64 y; }XY;