aboutsummaryrefslogtreecommitdiff
path: root/src/draw/sprite.odin
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-01-14 19:21:33 -0500
committeriamcheeseman <[hidden email]>2026-01-14 19:21:33 -0500
commitd6f276be6bc1214c88cfc5346ceb7a5bea610638 (patch)
tree9b1f4d1aa4a02f2855c14dea2bf440f58343cc0e /src/draw/sprite.odin
parent1b8553bf96017795dcf081b78371c3b2a8d5ecc5 (diff)
i HATE physics bugs (i haven't fixed them yet)
Diffstat (limited to 'src/draw/sprite.odin')
-rw-r--r--src/draw/sprite.odin5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/draw/sprite.odin b/src/draw/sprite.odin
deleted file mode 100644
index f7cd87b..0000000
--- a/src/draw/sprite.odin
+++ /dev/null
@@ -1,5 +0,0 @@
-package draw
-
-import "core:log"
-
-import rl "vendor:raylib"