mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2026-08-05 17:50:04 -04:00
Start modeling graphics
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
struct ColorPalette(u8, u8, u8, u8);
|
||||
|
||||
struct Tile {
|
||||
|
||||
}
|
||||
|
||||
struct Sprite {
|
||||
}
|
||||
|
||||
pub struct PPU;
|
||||
|
||||
impl PPU {
|
||||
|
||||
Reference in New Issue
Block a user