Attempt to library-ify the crate

This commit is contained in:
JP Stringham
2025-12-28 10:27:14 -05:00
parent a4e99028cc
commit 5ce004d219
5 changed files with 48 additions and 44 deletions

View File

@@ -1,4 +1,6 @@
use crate::sprite::{Sprite, SpriteAtlas};
mod sprite;
use sprite::*;
pub struct GraphicsBuf {
buffer: [u8; 8192],