aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/billboard/tim.s
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/billboard/tim.s')
-rw-r--r--examples/graphics/billboard/tim.s7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/graphics/billboard/tim.s b/examples/graphics/billboard/tim.s
new file mode 100644
index 0000000..1fa8d69
--- /dev/null
+++ b/examples/graphics/billboard/tim.s
@@ -0,0 +1,7 @@
+.section .data
+
+.global tim_image
+.type tim_image, @object
+tim_image:
+ .incbin "texture64.tim"
+ \ No newline at end of file