switched to command based rendering
[fishladder.git] / sprites_autocombine.h
diff --git a/sprites_autocombine.h b/sprites_autocombine.h
new file mode 100644 (file)
index 0000000..2808eb0
--- /dev/null
@@ -0,0 +1,15 @@
+static enum sprites_auto_combine_index
+{
+       k_sprite_donut,
+       k_sprite_jack_1,
+       k_sprite_jack_2,
+       k_sprite_peg,
+};
+
+static struct vg_sprite sprites_auto_combine[] = 
+{
+       { 0, 0, 8192, 8192 },
+       { 8192, 0, 4096, 4096 },
+       { 12288, 0, 4096, 4096 },
+       { 16384, 0, 4096, 4096 },
+};
\ No newline at end of file