aboutsummaryrefslogtreecommitdiff
path: root/examples/graphics/billboard/tim.s.template
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphics/billboard/tim.s.template')
-rw-r--r--examples/graphics/billboard/tim.s.template7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/graphics/billboard/tim.s.template b/examples/graphics/billboard/tim.s.template
deleted file mode 100644
index d9309bc..0000000
--- a/examples/graphics/billboard/tim.s.template
+++ /dev/null
@@ -1,7 +0,0 @@
-.section .data
-
-.global tim_image
-.type tim_image, @object
-tim_image:
- .balign 4 # Required to correctly parse and load the image
- .incbin "${PROJECT_SOURCE_DIR}/texture64.tim"